]> git.ipfire.org Git - thirdparty/openssl.git/commit
OPENSSL_init_crypto must return 0 when cleanup was done
authorTomas Mraz <tomas@openssl.org>
Wed, 2 Jun 2021 13:15:45 +0000 (15:15 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 3 Jun 2021 15:42:21 +0000 (17:42 +0200)
commit7d69c07ddf7a27bf4dca250c8a37b8f929d33100
tree8b75b5d50acb80011e951db37af83182d401379d
parenteffb0dcf864110a4595f1a243adb9c1dd09eb516
OPENSSL_init_crypto must return 0 when cleanup was done

Fixes #15581

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15589)
crypto/init.c