mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Style: Don't use abbreviations in comments
This commit is contained in:
parent
b8f50147ee
commit
4f432ad44d
1 changed files with 3 additions and 3 deletions
|
|
@ -4505,9 +4505,9 @@ static int ssl_buffer_make_space( mbedtls_ssl_context *ssl,
|
|||
return( 0 );
|
||||
}
|
||||
|
||||
/* We don't have enough space to buffer the next expected
|
||||
* handshake message. Remove buffers used for future msgs
|
||||
* to gain space, starting with the most distant one. */
|
||||
/* We don't have enough space to buffer the next expected handshake
|
||||
* message. Remove buffers used for future messages to gain space,
|
||||
* starting with the most distant one. */
|
||||
for( offset = MBEDTLS_SSL_MAX_BUFFERED_HS - 1;
|
||||
offset >= 0; offset-- )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue