extend openssl cleanup
This commit is contained in:
parent
e82b327605
commit
a188a95f2c
1 changed files with 3 additions and 0 deletions
|
|
@ -39,7 +39,10 @@ namespace fc
|
|||
|
||||
~openssl_scope()
|
||||
{
|
||||
FIPS_mode_set(0);
|
||||
CONF_modules_unload(1);
|
||||
EVP_cleanup();
|
||||
CRYPTO_cleanup_all_ex_data();
|
||||
ERR_free_strings();
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue