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 229e200 commit c22e315Copy full SHA for c22e315
library/ssl_msg.c
@@ -3386,7 +3386,7 @@ int mbedtls_ssl_prepare_handshake_record(mbedtls_ssl_context *ssl)
3386
/* Update the record length in the fully reassembled record */
3387
if (ssl->in_msglen > 0xffff) {
3388
MBEDTLS_SSL_DEBUG_MSG(1,
3389
- ("Shouldn't happen: in_hslen=%"
+ ("Shouldn't happen: in_msglen=%"
3390
MBEDTLS_PRINTF_SIZET " > 0xffff",
3391
ssl->in_msglen));
3392
return MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED;
0 commit comments