summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-07-25 21:38:41 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-07-25 21:38:41 +0000
commit31475a370cba7cc433a2814b5e9cadc69a5761cb (patch)
treea69cf5957f7148f8345340d177366a30416e13d7 /ssl
parentd09677ac4525d107669447c07f4fa2fe58a13fc8 (diff)
oops, remove debug option
Diffstat (limited to 'ssl')
-rw-r--r--ssl/s3_lib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c
index 59d68c42ac..00551569d4 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)