commit | 39b8bc9aef62d3672203b6edd0ea7ecaef7ffbed | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Tue Aug 28 17:17:13 2018 +0100 |
committer | Hanno Becker <hanno.becker@arm.com> | Tue Aug 28 17:52:49 2018 +0100 |
tree | 612a9854be4a7fd2946effe61c32b1821cacd417 | |
parent | ef7afdfa5a8c0bd95d38091a722e826f9e35997c [diff] [blame] |
Change wording of debug message
diff --git a/library/ssl_tls.c b/library/ssl_tls.c index f7663c7..6fa3241 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c
@@ -4409,7 +4409,7 @@ 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;