1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Fix some additional renaming issues

This commit is contained in:
Manuel Pégourié-Gonnard
2015-04-20 12:33:57 +01:00
parent 5f29a73d13
commit 331ba5778a
3 changed files with 3 additions and 7 deletions

View File

@ -3290,7 +3290,7 @@ static int ssl_parse_encrypted_pms( mbedtls_ssl_context *ssl,
diff |= peer_pms[0] ^ ssl->handshake->max_major_ver;
diff |= peer_pms[1] ^ ssl->handshake->max_minor_ver;
#if defined(POLARSSL_SSL_DEBUG_ALL)
#if defined(MBEDTLS_SSL_DEBUG_ALL)
if( diff != 0 )
MBEDTLS_SSL_DEBUG_MSG( 1, ( "bad client key exchange message" ) );
#endif