]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
leak whitelisting of OPENSSL_config()
authorMartin Willi <martin@strongswan.org>
Thu, 4 Dec 2008 09:23:53 +0000 (09:23 -0000)
committerMartin Willi <martin@strongswan.org>
Thu, 4 Dec 2008 09:23:53 +0000 (09:23 -0000)
src/libstrongswan/utils/leak_detective.c

index 54d07448358f5faecda18b7fbc9c2d7c28973688..c79d75f797f1e01ee71da1edc6067c5a17316587 100644 (file)
@@ -199,6 +199,7 @@ char *whitelist[] = {
        "RSA_new_method",
        "DH_new_method",
        "ENGINE_load_builtin_engines",
+       "OPENSSL_config",
 };
 
 /**