mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 15:05:41 +00:00
Improve wording in ssl_build_inner_plaintext()
This commit is contained in:
parent
edb24f8eec
commit
d3f8c79ea0
|
@ -1968,9 +1968,8 @@ static void ssl_read_memory( unsigned char *p, size_t len )
|
|||
*/
|
||||
|
||||
#if defined(MBEDTLS_SSL_CID)
|
||||
/* This functions transforms a pair of a DTLS plaintext fragment
|
||||
* and a record content type into an instance of the DTLSInnerPlaintext
|
||||
* structure:
|
||||
/* This functions transforms a DTLS plaintext fragment and a record content
|
||||
* type into an instance of the DTLSInnerPlaintext structure:
|
||||
*
|
||||
* struct {
|
||||
* opaque content[DTLSPlaintext.length];
|
||||
|
|
Loading…
Reference in a new issue