From: Richard Levitte Date: Tue, 16 Dec 2014 10:04:19 +0000 (+0100) Subject: Clear warnings/errors within TLS_DEBUG code sections X-Git-Tag: OpenSSL_1_0_2~121 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bf68456f538cacc9dcfd00986962aef0e8538289;p=oweals%2Fopenssl.git Clear warnings/errors within TLS_DEBUG code sections Reviewed-by: Andy Polyakov --- 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