Remove redundant debug message.

Two consecutive messages (ie no branch between them) at the same level are not
needed, so only keep the one that has the most information.
This commit is contained in:
Manuel Pégourié-Gonnard 2019-05-20 10:07:29 +02:00 committed by Jarno Lamsa
parent 6fa57bfae5
commit 7fa1407adb
2 changed files with 42 additions and 44 deletions

View file

@ -1652,8 +1652,6 @@ static int ssl_compute_master( mbedtls_ssl_handshake_params *handshake,
#if defined(MBEDTLS_SSL_EXTENDED_MASTER_SECRET)
if( handshake->extended_ms == MBEDTLS_SSL_EXTENDED_MS_ENABLED )
{
MBEDTLS_SSL_DEBUG_MSG( 3, ( "using extended master secret" ) );
lbl = "extended master secret";
salt = session_hash;
handshake->calc_verify( ssl, session_hash, &salt_len );