From 5c38984fa70bf4998bacea1251003d3dc61f915c Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Mon, 4 Jun 2018 12:02:43 +0200 Subject: [PATCH] Use our habitual INTERNAL_ERROR debug message --- library/ssl_tls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ssl_tls.c b/library/ssl_tls.c index 893429d78..8e855a120 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c @@ -2043,7 +2043,7 @@ static int ssl_decrypt_buf( mbedtls_ssl_context *ssl ) break; #endif default: - MBEDTLS_SSL_DEBUG_MSG( 1, ( "unsupported HMAC hash" ) ); + MBEDTLS_SSL_DEBUG_MSG( 1, ( "should never happen" ) ); return( MBEDTLS_ERR_SSL_INTERNAL_ERROR ); }