From bf68456f538cacc9dcfd00986962aef0e8538289 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 16 Dec 2014 11:04:19 +0100 Subject: [PATCH] Clear warnings/errors within TLS_DEBUG code sections Reviewed-by: Andy Polyakov --- ssl/t1_enc.c | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/ssl/t1_enc.c b/ssl/t1_enc.c index 5037130721..8332467112 100644 --- a/ssl/t1_enc.c +++ b/ssl/t1_enc.c @@ -1071,14 +1071,10 @@ int tls1_mac(SSL *ssl, unsigned char *md, int send) if (!stream_mac) EVP_MD_CTX_cleanup(&hmac); #ifdef TLS_DEBUG -printf("sec="); -{unsigned int z; for (z=0; zdata[z]); fprintf(stderr,"\n"); } #endif if (!SSL_IS_DTLS(ssl)) @@ -1091,7 +1087,7 @@ printf("rec="); } #ifdef TLS_DEBUG -{unsigned int z; for (z=0; z