summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorFrederik Wedel-Heinen <frederik.wedel-heinen@dencrypt.dk>2023-08-22 09:30:39 +0200
committerTomas Mraz <tomas@openssl.org>2023-08-29 16:57:47 +0200
commit20a54aa21fc34ded577daf0bc91808b68a3b3c95 (patch)
tree37f84018e244eb79d6ef45481dd7a8e9fc2fa672 /ssl
parent69169cd9faf68e6d8fb83895233c184543151168 (diff)
Removed unused member read_iv of ossl_record_layer_st
Fixes #21732 Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21804)
Diffstat (limited to 'ssl')
-rw-r--r--ssl/record/methods/recmethod_local.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ssl/record/methods/recmethod_local.h b/ssl/record/methods/recmethod_local.h
index 86517f0062..bd893b5e4c 100644
--- a/ssl/record/methods/recmethod_local.h
+++ b/ssl/record/methods/recmethod_local.h
@@ -335,8 +335,6 @@ struct ossl_record_layer_st
/* TLSv1.3 fields */
/* static IV */
unsigned char iv[EVP_MAX_IV_LENGTH];
- /* static read IV */
- unsigned char read_iv[EVP_MAX_IV_LENGTH];
int allow_plain_alerts;
/* TLS "any" fields */