summaryrefslogtreecommitdiffstats
path: root/lib/libssl/s3_lib.c
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2014-05-20 16:59:05 +0000
committerjsing <jsing@openbsd.org>2014-05-20 16:59:05 +0000
commit8d047868c1b7b1bceec17359213a2aaf7bfe1be4 (patch)
tree5e3873722b09d1927d436d6b808237b24dd257b5 /lib/libssl/s3_lib.c
parentregen (diff)
downloadwireguard-openbsd-8d047868c1b7b1bceec17359213a2aaf7bfe1be4.tar.xz
wireguard-openbsd-8d047868c1b7b1bceec17359213a2aaf7bfe1be4.zip
KSSL is dead... nuke KSSL_DEBUG from orbit.
ok beck@ miod@
Diffstat (limited to 'lib/libssl/s3_lib.c')
-rw-r--r--lib/libssl/s3_lib.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libssl/s3_lib.c b/lib/libssl/s3_lib.c
index 293866afee3..7cdd1e2d89c 100644
--- a/lib/libssl/s3_lib.c
+++ b/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;