summaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2014-12-16 04:13:41 +0100
committerRichard Levitte <levitte@openssl.org>2014-12-17 14:17:54 +0100
commit53332a75d16a5bb3b9d90c15fcf38d2e87160a52 (patch)
treef41b482f6dac8e1cf5a090025dd5b302ffd024b2 /ssl/s3_lib.c
parentcd387d21daa939862e081f00be0a98dbc5a85351 (diff)
Clear warnings/errors within KSSL_DEBUG code sections
Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'ssl/s3_lib.c')
-rw-r--r--ssl/s3_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c
index b0d69edc12..82fc5a8487 100644
--- a/ssl/s3_lib.c
+++ b/ssl/s3_lib.c
@@ -4166,7 +4166,7 @@ SSL_CIPHER *ssl3_choose_cipher(SSL *s, STACK_OF(SSL_CIPHER) *clnt,
#endif
#ifdef KSSL_DEBUG
-/* printf("ssl3_choose_cipher %d alg= %lx\n", i,c->algorithms);*/
+/* fprintf(stderr,"ssl3_choose_cipher %d alg= %lx\n", i,c->algorithms);*/
#endif /* KSSL_DEBUG */
alg_k=c->algorithm_mkey;