From: Tobias Brunner Date: Wed, 20 Mar 2024 13:52:16 +0000 (+0100) Subject: leak-detective: Whitelist OpenSSL 3.2 function X-Git-Tag: 6.0.0rc1~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bee06c9ec58dd3bc1a5dedc7804d6828fb9f982a;p=thirdparty%2Fstrongswan.git leak-detective: Whitelist OpenSSL 3.2 function --- diff --git a/src/libstrongswan/utils/leak_detective.c b/src/libstrongswan/utils/leak_detective.c index 292f68f0bf..4568bcda2f 100644 --- a/src/libstrongswan/utils/leak_detective.c +++ b/src/libstrongswan/utils/leak_detective.c @@ -623,6 +623,7 @@ static char *whitelist[] = { "EVP_MD_fetch", "EVP_SIGNATURE_fetch", "OSSL_DECODER_do_all_provided", + "OSSL_DECODER_CTX_new_for_pkey", "OSSL_ENCODER_do_all_provided", "OSSL_PROVIDER_try_load", "OSSL_PROVIDER_load",