summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/ssl_local.h')
-rw-r--r--ssl/ssl_local.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ssl/ssl_local.h b/ssl/ssl_local.h
index c8e8d9f447..61b77602ba 100644
--- a/ssl/ssl_local.h
+++ b/ssl/ssl_local.h
@@ -1296,8 +1296,7 @@ struct ssl_connection_st {
unsigned char write_mac_secret[EVP_MAX_MD_SIZE];
unsigned char server_random[SSL3_RANDOM_SIZE];
unsigned char client_random[SSL3_RANDOM_SIZE];
- /* flags for countermeasure against known-IV weakness */
- int need_empty_fragments;
+
/* used during startup, digest all incoming/outgoing packets */
BIO *handshake_buffer;
/*