diff options
author | jsing <> | 2014-05-25 16:23:10 +0000 |
---|---|---|
committer | jsing <> | 2014-05-25 16:23:10 +0000 |
commit | 20aefbf0b86724bbf87cb9ceb36defa64e4691ab (patch) | |
tree | 3f1db49f0679d8ac712ededb86f1b538423eea91 /src/lib/libssl/s3_pkt.c | |
parent | 23deca1ca2f60559c720fd71c5ac72fb2c862771 (diff) | |
download | openbsd-20aefbf0b86724bbf87cb9ceb36defa64e4691ab.tar.gz openbsd-20aefbf0b86724bbf87cb9ceb36defa64e4691ab.tar.bz2 openbsd-20aefbf0b86724bbf87cb9ceb36defa64e4691ab.zip |
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@
Diffstat (limited to 'src/lib/libssl/s3_pkt.c')
-rw-r--r-- | src/lib/libssl/s3_pkt.c | 5 |
1 files changed, 0 insertions, 5 deletions
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: | |||
396 | goto f_err; | 396 | goto f_err; |
397 | } | 397 | } |
398 | 398 | ||
399 | #ifdef TLS_DEBUG | ||
400 | printf("dec %d\n", rr->length); | ||
401 | { unsigned int z; for (z = 0; z<rr->length; z++) printf("%02X%c", rr->data[z],((z+1)%16)?' ':'\n'); } | ||
402 | printf("\n"); | ||
403 | #endif | ||
404 | 399 | ||
405 | /* r->length is now the compressed data plus mac */ | 400 | /* r->length is now the compressed data plus mac */ |
406 | if ((sess != NULL) && (s->enc_read_ctx != NULL) && | 401 | if ((sess != NULL) && (s->enc_read_ctx != NULL) && |