From bb50d30f3508e15b43f67cd539c259d08d762324 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Sat, 24 May 2014 23:55:27 +0100 Subject: Fix for non compilation with TLS_DEBUG defined --- ssl/t1_enc.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'ssl') diff --git a/ssl/t1_enc.c b/ssl/t1_enc.c index ad6b637c89..eb4acef8b8 100644 --- a/ssl/t1_enc.c +++ b/ssl/t1_enc.c @@ -774,14 +774,10 @@ int tls1_mac(SSL *ssl, unsigned char *md, int send) HMAC_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(ssl) != DTLS1_VERSION && SSL_version(ssl) != DTLS1_BAD_VER) -- cgit v1.2.3