From: Tobias Brunner Date: Fri, 15 Aug 2025 12:33:16 +0000 (+0200) Subject: leak-detective: Include OpenSSL symbol seen on Debian trixie X-Git-Tag: 6.0.3dr1~1^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e768233f2d34ffb807df1c6d38c019b8e9a8cdb;p=thirdparty%2Fstrongswan.git leak-detective: Include OpenSSL symbol seen on Debian trixie --- diff --git a/src/libstrongswan/utils/leak_detective.c b/src/libstrongswan/utils/leak_detective.c index 038cd0a0ce..1ae19fd96d 100644 --- a/src/libstrongswan/utils/leak_detective.c +++ b/src/libstrongswan/utils/leak_detective.c @@ -617,6 +617,7 @@ static char *whitelist[] = { "OSSL_DECODER_CTX_new_for_pkey", "OSSL_ENCODER_do_all_provided", "OSSL_PROVIDER_try_load", + "OSSL_PROVIDER_try_load_ex", "OSSL_PROVIDER_load", "RAND_get0_private", "RAND_get0_public",