commit | 55fab2de5d1c0d25eaa19380951c83d32aa3e1a7 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon May 11 16:15:19 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon May 11 17:54:38 2015 +0200 |
tree | b4c06e2186d53caf68f321d53266e7bf7d7e31c8 | |
parent | d8d0d72dde64ead601a45dd45cbef436124fb62a [diff] [blame] |
Fix a few more #ifdef's
diff --git a/library/ssl_tls.c b/library/ssl_tls.c index 0a8119e..6918e4b 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c
@@ -6578,7 +6578,7 @@ } #endif -#if defined(MBEDTLS_SSL_SERVER_NAME_INDICATION) +#if defined(MBEDTLS_X509_CRT_PARSE_C) if( ssl->hostname != NULL ) { mbedtls_zeroize( ssl->hostname, strlen( ssl->hostname ) );