diff options
Diffstat (limited to 'src/lib/libssl/s3_pkt.c')
-rw-r--r-- | src/lib/libssl/s3_pkt.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libssl/s3_pkt.c b/src/lib/libssl/s3_pkt.c index b8be8b5255..f8f31f2a4a 100644 --- a/src/lib/libssl/s3_pkt.c +++ b/src/lib/libssl/s3_pkt.c | |||
@@ -645,11 +645,7 @@ do_ssl3_write(SSL *s, int type, const unsigned char *buf, | |||
645 | 645 | ||
646 | if ((sess == NULL) || (s->enc_write_ctx == NULL) || | 646 | if ((sess == NULL) || (s->enc_write_ctx == NULL) || |
647 | (EVP_MD_CTX_md(s->write_hash) == NULL)) { | 647 | (EVP_MD_CTX_md(s->write_hash) == NULL)) { |
648 | #if 1 | ||
649 | clear = s->enc_write_ctx ? 0 : 1; /* must be AEAD cipher */ | 648 | clear = s->enc_write_ctx ? 0 : 1; /* must be AEAD cipher */ |
650 | #else | ||
651 | clear = 1; | ||
652 | #endif | ||
653 | mac_size = 0; | 649 | mac_size = 0; |
654 | } else { | 650 | } else { |
655 | mac_size = EVP_MD_CTX_size(s->write_hash); | 651 | mac_size = EVP_MD_CTX_size(s->write_hash); |