mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Change wording of debug message
This commit is contained in:
parent
ef7afdfa5a
commit
39b8bc9aef
2 changed files with 15 additions and 15 deletions
|
|
@ -4409,7 +4409,7 @@ static int ssl_load_buffered_message( mbedtls_ssl_context *ssl )
|
|||
goto exit;
|
||||
}
|
||||
|
||||
MBEDTLS_SSL_DEBUG_MSG( 2, ( "Inject buffered CCS message" ) );
|
||||
MBEDTLS_SSL_DEBUG_MSG( 2, ( "Injecting buffered CCS message" ) );
|
||||
ssl->in_msgtype = MBEDTLS_SSL_MSG_CHANGE_CIPHER_SPEC;
|
||||
ssl->in_msglen = 1;
|
||||
ssl->in_msg[0] = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue