summaryrefslogtreecommitdiff
path: root/src/lib/libssl/s3_lib.c
diff options
context:
space:
mode:
authorjsing <>2014-05-20 16:59:05 +0000
committerjsing <>2014-05-20 16:59:05 +0000
commit0ec843903451a54afa6be0cb924fc7a996079191 (patch)
tree2ef56a158500b0335eca60d2194ea1186d7b6e47 /src/lib/libssl/s3_lib.c
parentc5dc4929a3e8bc91a204eff5b55c10ce54cec591 (diff)
downloadopenbsd-0ec843903451a54afa6be0cb924fc7a996079191.tar.gz
openbsd-0ec843903451a54afa6be0cb924fc7a996079191.tar.bz2
openbsd-0ec843903451a54afa6be0cb924fc7a996079191.zip
KSSL is dead... nuke KSSL_DEBUG from orbit.
ok beck@ miod@
Diffstat (limited to 'src/lib/libssl/s3_lib.c')
-rw-r--r--src/lib/libssl/s3_lib.c3
1 files changed, 0 insertions, 3 deletions
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,
3081 emask_k = cert->export_mask_k; 3081 emask_k = cert->export_mask_k;
3082 emask_a = cert->export_mask_a; 3082 emask_a = cert->export_mask_a;
3083 3083
3084#ifdef KSSL_DEBUG
3085/* printf("ssl3_choose_cipher %d alg= %lx\n", i,c->algorithms);*/
3086#endif /* KSSL_DEBUG */
3087 3084
3088 alg_k = c->algorithm_mkey; 3085 alg_k = c->algorithm_mkey;
3089 alg_a = c->algorithm_auth; 3086 alg_a = c->algorithm_auth;