commit | 331ba5778a21c8295d4350bdd05b32ffb567e8a2 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Apr 20 12:33:57 2015 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Apr 20 12:33:57 2015 +0100 |
tree | a141fa01a613459a7fb3505181b20746269b4302 | |
parent | 5f29a73d13d5d888dbba80f498d570ecad0bc29c [diff] [blame] |
Fix some additional renaming issues
diff --git a/library/ssl_srv.c b/library/ssl_srv.c index 90d2ef9..3a6a3fe 100644 --- a/library/ssl_srv.c +++ b/library/ssl_srv.c
@@ -3290,7 +3290,7 @@ 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