From: Matt Caswell Date: Sat, 24 May 2014 22:55:27 +0000 (+0100) Subject: Fix for non compilation with TLS_DEBUG defined X-Git-Tag: master-post-reformat~781 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=955376fde3c60999b27deeebb41d82ad17dca3da;p=oweals%2Fopenssl.git Fix for non compilation with TLS_DEBUG defined --- diff --git a/ssl/t1_enc.c b/ssl/t1_enc.c index a98f6fe882..52fd32978a 100644 --- a/ssl/t1_enc.c +++ b/ssl/t1_enc.c @@ -1067,14 +1067,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; zlength; z++) printf("%02X ",rec->data[z]); printf("\n"); } #endif if (!SSL_IS_DTLS(ssl))