commit | a591c48302977592b4c31148c36ec5c51cfb8a55 | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Tue Aug 28 17:20:00 2018 +0100 |
committer | Hanno Becker <hanno.becker@arm.com> | Tue Aug 28 17:52:53 2018 +0100 |
tree | 8265d0bc7905fa5b06eef8d136451576f86a3942 | |
parent | 83ab41c665611fbb75e08b521f6fcae0aaf37101 [diff] [blame] |
Correct typo in debug message
diff --git a/library/ssl_tls.c b/library/ssl_tls.c index 125f6bc..1354442 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c
@@ -4433,7 +4433,7 @@ { MBEDTLS_SSL_DEBUG_MSG( 2, ( "Future message with sequence number %u %s buffered.", hs->in_msg_seq + offset, - hs_buf->is_complete ? "fully" : "partitially" ) ); + hs_buf->is_complete ? "fully" : "partially" ) ); } } }