Commit 0e768233f2 for strongswan.org

commit 0e768233f2d34ffb807df1c6d38c019b8e9a8cdb
Author: Tobias Brunner <tobias@strongswan.org>
Date:   Fri Aug 15 14:33:16 2025 +0200

    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",