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