summaryrefslogtreecommitdiff
path: root/src/lib/libssl/s3_clnt.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_clnt.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_clnt.c')
-rw-r--r--src/lib/libssl/s3_clnt.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/libssl/s3_clnt.c b/src/lib/libssl/s3_clnt.c
index 68817cd33a..67e4d069c7 100644
--- a/src/lib/libssl/s3_clnt.c
+++ b/src/lib/libssl/s3_clnt.c
@@ -1159,13 +1159,6 @@ ssl3_get_server_certificate(SSL *s)
1159 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)) 1159 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5))
1160 ? 0 : 1; 1160 ? 0 : 1;
1161 1161
1162#ifdef KSSL_DEBUG
1163 printf("pkey, x = %p, %p\n", pkey, x);
1164 printf("ssl_cert_type(x, pkey) = %d\n", ssl_cert_type(x, pkey));
1165 printf("cipher, alg, nc = %s, %lx, %lx, %d\n",
1166 s->s3->tmp.new_cipher->name, s->s3->tmp.new_cipher->algorithm_mkey,
1167 s->s3->tmp.new_cipher->algorithm_auth, need_cert);
1168#endif /* KSSL_DEBUG */
1169 1162
1170 if (need_cert && ((pkey == NULL) || 1163 if (need_cert && ((pkey == NULL) ||
1171 EVP_PKEY_missing_parameters(pkey))) { 1164 EVP_PKEY_missing_parameters(pkey))) {