]> git.ipfire.org Git - thirdparty/openssl.git/commit
Move ossl_deinit_casecmp to the end of OPENSSL_cleanup()
authorMathias Berchtold <mberchtold@gmail.com>
Sat, 23 Apr 2022 00:26:18 +0000 (19:26 -0500)
committerTomas Mraz <tomas@openssl.org>
Tue, 26 Apr 2022 14:44:42 +0000 (16:44 +0200)
commit1d64b068ca74b68394c96fd2e3020235d32928f2
treef789c8b1e85979f30942aad7141d72a8a8775b05
parent7510aee28a3262cde442230c06daffa1e7609fd6
Move ossl_deinit_casecmp to the end of OPENSSL_cleanup()

Calls like evp_cleanup_int() depend on OPENSSL_strcasecmp().

Fixes https://github.com/openssl/openssl/issues/18160

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18161)
crypto/init.c