From: Frederik Wedel-Heinen Date: Tue, 22 Aug 2023 07:30:39 +0000 (+0200) Subject: Removed unused member read_iv of ossl_record_layer_st X-Git-Tag: openssl-3.2.0-alpha1~125 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=20a54aa21fc34ded577daf0bc91808b68a3b3c95;p=thirdparty%2Fopenssl.git Removed unused member read_iv of ossl_record_layer_st Fixes #21732 Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/21804) --- diff --git a/ssl/record/methods/recmethod_local.h b/ssl/record/methods/recmethod_local.h index 86517f00626..bd893b5e4c0 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 */