From 20aefbf0b86724bbf87cb9ceb36defa64e4691ab Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sun, 25 May 2014 16:23:10 +0000 Subject: Remove TLS_DEBUG, SSL_DEBUG, CIPHER_DEBUG and OPENSSL_RI_DEBUG. Much of this is sporadic, hacked up and can easily be put back in an improved form should we ever need it. ok miod@ --- src/lib/libssl/s3_pkt.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/lib/libssl/s3_pkt.c') diff --git a/src/lib/libssl/s3_pkt.c b/src/lib/libssl/s3_pkt.c index a5ed3c07cc..da6c860cfc 100644 --- a/src/lib/libssl/s3_pkt.c +++ b/src/lib/libssl/s3_pkt.c @@ -396,11 +396,6 @@ again: goto f_err; } -#ifdef TLS_DEBUG - printf("dec %d\n", rr->length); - { unsigned int z; for (z = 0; zlength; z++) printf("%02X%c", rr->data[z],((z+1)%16)?' ':'\n'); } - printf("\n"); -#endif /* r->length is now the compressed data plus mac */ if ((sess != NULL) && (s->enc_read_ctx != NULL) && -- cgit v1.2.3-55-g6feb