Skip to content

Commit c22e315

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

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
@@ -3386,7 +3386,7 @@ int mbedtls_ssl_prepare_handshake_record(mbedtls_ssl_context *ssl)
33863386
/* Update the record length in the fully reassembled record */
33873387
if (ssl->in_msglen > 0xffff) {
33883388
MBEDTLS_SSL_DEBUG_MSG(1,
3389-
("Shouldn't happen: in_hslen=%"
3389+
("Shouldn't happen: in_msglen=%"
33903390
MBEDTLS_PRINTF_SIZET " > 0xffff",
33913391
ssl->in_msglen));
33923392
return MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED;

0 commit comments

Comments
 (0)