mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-05 19:35:48 +03:00
Style: Don't use abbreviations in comments
This commit is contained in:
@@ -4505,9 +4505,9 @@ static int ssl_buffer_make_space( mbedtls_ssl_context *ssl,
|
|||||||
return( 0 );
|
return( 0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
/* We don't have enough space to buffer the next expected
|
/* We don't have enough space to buffer the next expected handshake
|
||||||
* handshake message. Remove buffers used for future msgs
|
* message. Remove buffers used for future messages to gain space,
|
||||||
* to gain space, starting with the most distant one. */
|
* starting with the most distant one. */
|
||||||
for( offset = MBEDTLS_SSL_MAX_BUFFERED_HS - 1;
|
for( offset = MBEDTLS_SSL_MAX_BUFFERED_HS - 1;
|
||||||
offset >= 0; offset-- )
|
offset >= 0; offset-- )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user