We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab1cb5 commit e34ec86Copy full SHA for e34ec86
library/ssl_msg.c
@@ -3129,7 +3129,7 @@ int mbedtls_ssl_prepare_handshake_record(mbedtls_ssl_context *ssl)
3129
/* Update the record length in the fully reassembled record */
3130
if (ssl->in_msglen > 0xffff) {
3131
MBEDTLS_SSL_DEBUG_MSG(1,
3132
- ("Shouldn't happen: in_hslen=%"
+ ("Shouldn't happen: in_msglen=%"
3133
MBEDTLS_PRINTF_SIZET " > 0xffff",
3134
ssl->in_msglen));
3135
return MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED;
0 commit comments