leak-detective: Whitelist OPENSSL_init_ssl()

These leaks are reported with OpenSSL 1.1.0+ if the mysql plugin is loaded.
This commit is contained in:
Tobias Brunner 2020-09-04 16:40:48 +02:00
parent fd5cf31108
commit d5d6d671fb
1 changed files with 1 additions and 0 deletions

View File

@ -583,6 +583,7 @@ static char *whitelist[] = {
"RSA_new_method",
/* OpenSSL 1.1.0 does not cleanup anymore until the library is unloaded */
"OPENSSL_init_crypto",
"OPENSSL_init_ssl",
"CRYPTO_THREAD_lock_new",
"ERR_add_error_data",
"ERR_set_mark",