mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
extended leak detective white list for OpenSSL
This commit is contained in:
parent
e581a31d6a
commit
915e04b2dd
@ -272,6 +272,9 @@ char *whitelist[] = {
|
|||||||
"xmlInitParserCtxt",
|
"xmlInitParserCtxt",
|
||||||
/* ClearSilver */
|
/* ClearSilver */
|
||||||
"nerr_init",
|
"nerr_init",
|
||||||
|
/* OpenSSL */
|
||||||
|
"RSA_new_method",
|
||||||
|
"DH_new_method",
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user