]> git.ipfire.org Git - thirdparty/openssl.git/commit
Allow calling OPENSSL_INIT_free() with NULL argument
authorTomas Mraz <tomas@openssl.org>
Wed, 19 Jun 2024 15:40:21 +0000 (17:40 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 24 Jun 2024 13:49:35 +0000 (15:49 +0200)
commitd38f62ea118170fc40e10f6f95b180cccbaa7581
tree7861b6bf0033ff8a8fd5437e84f015e1bdce49a0
parent3fc784835cdb8489117c2680e867cd32b3b70fbe
Allow calling OPENSSL_INIT_free() with NULL argument

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/24681)
crypto/conf/conf_lib.c