mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-22 04:01:53 +03:00
Correct typo in comment
This commit is contained in:
@ -3672,7 +3672,7 @@ int mbedtls_ssl_prepare_handshake_record( mbedtls_ssl_context *ssl )
|
|||||||
|
|
||||||
/* Message reassembly is handled alongside buffering of future
|
/* Message reassembly is handled alongside buffering of future
|
||||||
* messages; the commonality is that both handshake fragments and
|
* messages; the commonality is that both handshake fragments and
|
||||||
* future messages cannot be forwarded immediately to the handshake
|
* future messages cannot be forwarded immediately to the
|
||||||
* handshake logic layer. */
|
* handshake logic layer. */
|
||||||
if( ssl_hs_is_proper_fragment( ssl ) == 1 )
|
if( ssl_hs_is_proper_fragment( ssl ) == 1 )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user