Skip to content

Commit e34ec86

Browse files
Fix a log message
Signed-off-by: Gilles Peskine <[email protected]>
1 parent dab1cb5 commit e34ec86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/ssl_msg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3129,7 +3129,7 @@ int mbedtls_ssl_prepare_handshake_record(mbedtls_ssl_context *ssl)
31293129
/* Update the record length in the fully reassembled record */
31303130
if (ssl->in_msglen > 0xffff) {
31313131
MBEDTLS_SSL_DEBUG_MSG(1,
3132-
("Shouldn't happen: in_hslen=%"
3132+
("Shouldn't happen: in_msglen=%"
31333133
MBEDTLS_PRINTF_SIZET " > 0xffff",
31343134
ssl->in_msglen));
31353135
return MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED;

0 commit comments

Comments
 (0)