summaryrefslogtreecommitdiff
path: root/src/lib/libssl/s3_clnt.c
diff options
context:
space:
mode:
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))) {