projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72b5d03
)
Clear warnings/errors within CIPHER_DEBUG code sections
author
Richard Levitte
<levitte@openssl.org>
Tue, 16 Dec 2014 01:54:50 +0000
(
02:54
+0100)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 17 Dec 2014 09:15:09 +0000
(10:15 +0100)
Reviewed-by: Tim Hudson <tjh@openssl.org>
ssl/ssl_lib.c
patch
|
blob
|
history
diff --git
a/ssl/ssl_lib.c
b/ssl/ssl_lib.c
index ea271fb4f52b5723ea9a5b175d28262bc10d0351..d09bb7dbb790cd39b8a5bd69c127222ef7a048ea 100644
(file)
--- a/
ssl/ssl_lib.c
+++ b/
ssl/ssl_lib.c
@@
-2283,7
+2283,7
@@
void ssl_set_cert_masks(CERT *c, const SSL_CIPHER *cipher)
#ifdef CIPHER_DEBUG
-
printf(
"rt=%d rte=%d dht=%d ecdht=%d re=%d ree=%d rs=%d ds=%d dhr=%d dhd=%d\n",
+
fprintf(stderr,
"rt=%d rte=%d dht=%d ecdht=%d re=%d ree=%d rs=%d ds=%d dhr=%d dhd=%d\n",
rsa_tmp,rsa_tmp_export,dh_tmp,have_ecdh_tmp,
rsa_enc,rsa_enc_export,rsa_sign,dsa_sign,dh_rsa,dh_dsa);
#endif