Fix build failure with CIPHER_DEBUG
Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Kurt Roeckx <kurt@openssl.org>
This commit is contained in:
committed by
Rich Salz
parent
74c2db31c0
commit
b7557ccf36
@@ -2497,9 +2497,8 @@ void ssl_set_masks(SSL *s, const SSL_CIPHER *cipher)
|
|||||||
mask_a = 0;
|
mask_a = 0;
|
||||||
|
|
||||||
#ifdef CIPHER_DEBUG
|
#ifdef CIPHER_DEBUG
|
||||||
fprintf(stderr,
|
fprintf(stderr, "dht=%d re=%d rs=%d ds=%d\n",
|
||||||
"dht=%d re=%d rs=%d ds=%d dhr=%d dhd=%d\n",
|
dh_tmp, rsa_enc, rsa_sign, dsa_sign);
|
||||||
dh_tmp, rsa_enc, rsa_sign, dsa_sign, dh_rsa, dh_dsa);
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef OPENSSL_NO_GOST
|
#ifndef OPENSSL_NO_GOST
|
||||||
|
|||||||
Reference in New Issue
Block a user