]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
leak-detective: Whitelist OpenSSL 3.2 function
authorTobias Brunner <tobias@strongswan.org>
Wed, 20 Mar 2024 13:52:16 +0000 (14:52 +0100)
committerTobias Brunner <tobias@strongswan.org>
Fri, 25 Oct 2024 12:28:35 +0000 (14:28 +0200)
src/libstrongswan/utils/leak_detective.c

index 292f68f0bf462e3f48216a2fb7451099bec1bd24..4568bcda2f19ec949b62443c37d6d5b53c78286d 100644 (file)
@@ -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",