]> git.ipfire.org Git - thirdparty/openssl.git/commit
EVP shake_ctrl(): add missing NULL evp_ctx check
authorDr. David von Oheimb <dev@ddvo.net>
Fri, 13 Oct 2023 20:27:31 +0000 (22:27 +0200)
committerDr. David von Oheimb <dev@ddvo.net>
Tue, 17 Oct 2023 20:02:29 +0000 (22:02 +0200)
commit410c80dc7bf2085167553ab9fa517189eed2b3a6
treecf0774f9f2664229bdf54e501e4b9f1afaf8f57e
parent72a99ef665b26fa207c0eee6e7e4842d1e42752c
EVP shake_ctrl(): add missing NULL evp_ctx check

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22390)
crypto/evp/legacy_sha.c