]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove the dead store in EVP_DecryptFinal_ex
authorCoolThi <xchy233@gmail.com>
Wed, 29 May 2024 10:24:56 +0000 (18:24 +0800)
committerTomas Mraz <tomas@openssl.org>
Thu, 30 May 2024 17:04:05 +0000 (19:04 +0200)
commit9fcf57b45985336b04579dd317d0dc990a9c062b
treeb1b6f2d4962c32d99dbb1c9b921e7e2df86cf94f
parent0c73d65eeae9086c37149f4a512946040c8c2af3
Remove the dead store in EVP_DecryptFinal_ex

CLA: trivial

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Todd Short <todd.short@me.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24526)
crypto/evp/evp_enc.c