FC Updates from BitShares and myself #21

Closed
nathanielhourt wants to merge 687 commits from dapp-support into latest-fc
Showing only changes of commit a188a95f2c - Show all commits

View file

@ -39,7 +39,10 @@ namespace fc
~openssl_scope() ~openssl_scope()
{ {
FIPS_mode_set(0);
CONF_modules_unload(1);
EVP_cleanup(); EVP_cleanup();
CRYPTO_cleanup_all_ex_data();
ERR_free_strings(); ERR_free_strings();
} }
}; };