]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
extended leak detective white list for OpenSSL
authorMartin Willi <martin@strongswan.org>
Fri, 6 Jun 2008 08:13:11 +0000 (08:13 -0000)
committerMartin Willi <martin@strongswan.org>
Fri, 6 Jun 2008 08:13:11 +0000 (08:13 -0000)
src/libstrongswan/utils/leak_detective.c

index 40200dd2df0bf7a5ee28235154697f063e35496f..789c1496f59d4eca86ad70ef941e4fdc3ed2107e 100644 (file)
@@ -272,6 +272,9 @@ char *whitelist[] = {
        "xmlInitParserCtxt",
        /* ClearSilver */
        "nerr_init",
+       /* OpenSSL */
+       "RSA_new_method",
+       "DH_new_method",
 };
 
 /**