From: Dr. Stephen Henson Date: Mon, 25 Jul 2011 21:38:41 +0000 (+0000) Subject: oops, remove debug option X-Git-Tag: OpenSSL-fips-2_0-rc1~238 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31475a370cba7cc433a2814b5e9cadc69a5761cb;p=thirdparty%2Fopenssl.git oops, remove debug option --- diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c index 59d68c42ac5..00551569d4c 100644 --- a/ssl/s3_lib.c +++ b/ssl/s3_lib.c @@ -3360,8 +3360,6 @@ long ssl3_ctx_callback_ctrl(SSL_CTX *ctx, int cmd, void (*fp)(void)) return(1); } -#define DEBUG_PRINT_UNKNOWN_CIPHERSUITES - /* This function needs to check if the ciphers required are actually * available */ const SSL_CIPHER *ssl3_get_cipher_by_char(const unsigned char *p)