From 955376fde3c60999b27deeebb41d82ad17dca3da Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Sat, 24 May 2014 23:55:27 +0100 Subject: [PATCH] Fix for non compilation with TLS_DEBUG defined --- ssl/t1_enc.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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)) -- 2.25.1