From 2dcccbfc19410856c6725677b24635eb1a3f7410 Mon Sep 17 00:00:00 2001 From: Gabor Mezei Date: Tue, 16 Nov 2021 13:34:05 +0100 Subject: [PATCH] Fix function name in debug message Signed-off-by: Gabor Mezei --- library/ssl_msg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ssl_msg.c b/library/ssl_msg.c index 59cb9d2885..928d6fc86c 100644 --- a/library/ssl_msg.c +++ b/library/ssl_msg.c @@ -1561,7 +1561,7 @@ int mbedtls_ssl_decrypt_buf( mbedtls_ssl_context const *ssl, mac_expect ); if( ret != 0 ) { - MBEDTLS_SSL_DEBUG_RET( 1, "mbedtls_ssl_cf_hmac", ret ); + MBEDTLS_SSL_DEBUG_RET( 1, "mbedtls_ct_hmac", ret ); return( ret ); }