From 20a54aa21fc34ded577daf0bc91808b68a3b3c95 Mon Sep 17 00:00:00 2001 From: Frederik Wedel-Heinen Date: Tue, 22 Aug 2023 09:30:39 +0200 Subject: [PATCH] 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) --- ssl/record/methods/recmethod_local.h | 2 -- 1 file changed, 2 deletions(-) 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 */ -- 2.47.2