diff --git a/ssl/t1_enc.c b/ssl/t1_enc.c index e8224e63e..a5410ce52 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)