mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-22 04:01:53 +03:00
Improve wording in ssl_build_inner_plaintext()
This commit is contained in:
@ -1968,9 +1968,8 @@ static void ssl_read_memory( unsigned char *p, size_t len )
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(MBEDTLS_SSL_CID)
|
#if defined(MBEDTLS_SSL_CID)
|
||||||
/* This functions transforms a pair of a DTLS plaintext fragment
|
/* This functions transforms a DTLS plaintext fragment and a record content
|
||||||
* and a record content type into an instance of the DTLSInnerPlaintext
|
* type into an instance of the DTLSInnerPlaintext structure:
|
||||||
* structure:
|
|
||||||
*
|
*
|
||||||
* struct {
|
* struct {
|
||||||
* opaque content[DTLSPlaintext.length];
|
* opaque content[DTLSPlaintext.length];
|
||||||
|
Reference in New Issue
Block a user