summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_local.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2022-08-30 16:26:33 +0100
committerMatt Caswell <matt@openssl.org>2022-09-23 14:54:49 +0100
commitb9e4e78342df6575b358def3d951227e9c6cebda (patch)
treee39c0b55283541cd005d44efd5acb20d333b0a62 /ssl/ssl_local.h
parent91141aa1b0ff9d92323e2545bb9f6f0d1e2a8844 (diff)
Move need_empty_fragments inside the record layer
This flag can now be managed entirely by the new record layer code so we move it into ossl_record_layer_st. Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19198)
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;
/*