From: Richard Levitte Date: Tue, 16 Dec 2014 01:54:50 +0000 (+0100) Subject: Clear warnings/errors within CIPHER_DEBUG code sections X-Git-Tag: OpenSSL_1_0_1k~41 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a4a759acecac67d7c41fa47e724f634c709ea65c;p=oweals%2Fopenssl.git Clear warnings/errors within CIPHER_DEBUG code sections Reviewed-by: Andy Polyakov (cherry picked from commit cd387d21daa939862e081f00be0a98dbc5a85351) --- diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c index 81f976a579..2fab2f15f2 100644 --- a/ssl/ssl_lib.c +++ b/ssl/ssl_lib.c @@ -2094,7 +2094,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