提交 b7557ccf 编写于 作者: A Alessandro Ghedini 提交者: Rich Salz

Fix build failure with CIPHER_DEBUG

Signed-off-by: NRich Salz <rsalz@openssl.org>
Reviewed-by: NKurt Roeckx <kurt@openssl.org>
上级 74c2db31
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册