]> git.ipfire.org Git - thirdparty/openssl.git/commit
evp: avoid some calls to EVP_CIPHER_CTX_get_iv_length() because it's been called...
authorPauli <pauli@openssl.org>
Mon, 7 Jun 2021 11:07:21 +0000 (21:07 +1000)
committerPauli <pauli@openssl.org>
Tue, 8 Jun 2021 09:32:25 +0000 (19:32 +1000)
commit69807ab8ed5d5b3b0bb59f418cb3a7658de005a3
treeb81a80900338c4b02d1158d5fb5084963d77f2a8
parentcec8854cc90794a0696c518efabd90e0279658db
evp: avoid some calls to EVP_CIPHER_CTX_get_iv_length() because it's been called already

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15635)
crypto/evp/evp_enc.c