diff options
author | jsing <> | 2014-05-20 16:59:05 +0000 |
---|---|---|
committer | jsing <> | 2014-05-20 16:59:05 +0000 |
commit | d7409f4f01887d2db8aed9e59fe7fdf1bd710a7a (patch) | |
tree | 2ef56a158500b0335eca60d2194ea1186d7b6e47 /src/lib/libssl/s3_lib.c | |
parent | c828f49e874ccefdf66c868b128f304c3870e615 (diff) | |
download | openbsd-d7409f4f01887d2db8aed9e59fe7fdf1bd710a7a.tar.gz openbsd-d7409f4f01887d2db8aed9e59fe7fdf1bd710a7a.tar.bz2 openbsd-d7409f4f01887d2db8aed9e59fe7fdf1bd710a7a.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.c | 3 |
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; |