]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Removed unused member read_iv of ossl_record_layer_st
authorFrederik Wedel-Heinen <frederik.wedel-heinen@dencrypt.dk>
Tue, 22 Aug 2023 07:30:39 +0000 (09:30 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 29 Aug 2023 14:57:47 +0000 (16:57 +0200)
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)

ssl/record/methods/recmethod_local.h

index 86517f00626ab3f661ab1346f5acc980b325e62b..bd893b5e4c08988e6d9528d1c3435928ddec3ccb 100644 (file)
@@ -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 */