]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
leak_detective: Whitelist botan_privkey_load_rsa_pkcs1()
authorAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 25 Aug 2022 08:48:55 +0000 (10:48 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 26 Aug 2022 10:17:22 +0000 (12:17 +0200)
src/libstrongswan/utils/leak_detective.c

index 96b4ec2793be0a1d49e6ccbf90e0b33ce244220d..20e280728b3eeac4d9ad2638c95cf29f4aecae46 100644 (file)
@@ -661,6 +661,7 @@ static char *whitelist[] = {
        "botan_privkey_create",
        "botan_privkey_load_ecdh",
        "botan_privkey_load",
+       "botan_privkey_load_rsa_pkcs1",
        "botan_kdf",
 };