From 0ec843903451a54afa6be0cb924fc7a996079191 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Tue, 20 May 2014 16:59:05 +0000 Subject: KSSL is dead... nuke KSSL_DEBUG from orbit. ok beck@ miod@ --- src/lib/libssl/s3_lib.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/lib/libssl/s3_lib.c') diff --git a/src/lib/libssl/s3_lib.c b/src/lib/libssl/s3_lib.c index 293866afee..7cdd1e2d89 100644 --- a/src/lib/libssl/s3_lib.c +++ b/src/lib/libssl/s3_lib.c @@ -3081,9 +3081,6 @@ SSL_CIPHER *ssl3_choose_cipher(SSL *s, STACK_OF(SSL_CIPHER) *clnt, emask_k = cert->export_mask_k; emask_a = cert->export_mask_a; -#ifdef KSSL_DEBUG -/* printf("ssl3_choose_cipher %d alg= %lx\n", i,c->algorithms);*/ -#endif /* KSSL_DEBUG */ alg_k = c->algorithm_mkey; alg_a = c->algorithm_auth; -- cgit v1.2.3-55-g6feb