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: OpenSSL_1_0_0m~25 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=44f28dd1e6be0a78e5a9c865866d7305f5ec88cb;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 e8224e63ec..a5410ce529 100644 --- a/ssl/t1_enc.c +++ b/ssl/t1_enc.c @@ -942,14 +942,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->version != DTLS1_VERSION && ssl->version != DTLS1_BAD_VER)