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:08:58 +0000 (22:08 +0200)
commit679ca85244aadab9ccde951b36f37a30c6bc96da
tree447b1b0b13e0bf6d8398b297579442846c5f0e53
parent27efcd4f34e484b2f47937b427bea506a4d7c927
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)

(cherry picked from commit 410c80dc7bf2085167553ab9fa517189eed2b3a6)
crypto/evp/legacy_sha.c