Remove SSL_ENC_FLAG_EXPLICIT_IV which is only set and never read.
authorFrederik Wedel-Heinen <frederik.wedel-heinen@dencrypt.dk>
Thu, 4 Apr 2024 11:30:59 +0000 (13:30 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 14 May 2024 13:34:07 +0000 (15:34 +0200)
commit125719ba1190d2f3e0587221514ddfb8c5e11ef7
tree071c664537fd4831e9bf33c533cbe95ebf317282
parenta401aaf9ed6eb34842cdedfcc35448bdc4174df3
Remove SSL_ENC_FLAG_EXPLICIT_IV which is only set and never read.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24036)
ssl/d1_lib.c
ssl/ssl_local.h
ssl/t1_lib.c