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:
74c2db3
)
Fix build failure with CIPHER_DEBUG
author
Alessandro Ghedini
<alessandro@ghedini.me>
Tue, 19 Jan 2016 21:15:33 +0000
(21:15 +0000)
committer
Rich Salz
<rsalz@openssl.org>
Fri, 22 Jan 2016 17:00:46 +0000
(12:00 -0500)
Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
ssl/ssl_lib.c
patch
|
blob
|
history
diff --git
a/ssl/ssl_lib.c
b/ssl/ssl_lib.c
index fe9749ec83b9affcecef49bfc7b26a3529a7e11f..7c99e8d7d4597d9dabaca35c3c5290b98e081807 100644
(file)
--- a/
ssl/ssl_lib.c
+++ b/
ssl/ssl_lib.c
@@
-2497,9
+2497,8
@@
void ssl_set_masks(SSL *s, const SSL_CIPHER *cipher)
mask_a = 0;
#ifdef CIPHER_DEBUG
- fprintf(stderr,
- "dht=%d re=%d rs=%d ds=%d dhr=%d dhd=%d\n",
- dh_tmp, rsa_enc, rsa_sign, dsa_sign, dh_rsa, dh_dsa);
+ fprintf(stderr, "dht=%d re=%d rs=%d ds=%d\n",
+ dh_tmp, rsa_enc, rsa_sign, dsa_sign);
#endif
#ifndef OPENSSL_NO_GOST