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 c298917b85 - Show all commits

View file

@ -429,7 +429,7 @@ openssl_thread_config::openssl_thread_config()
} }
openssl_thread_config::~openssl_thread_config() openssl_thread_config::~openssl_thread_config()
{ {
if (CRYPTO_get_id_callback() != NULL && CRYPTO_get_id_callback() == &get_thread_id) if (CRYPTO_get_id_callback() == &get_thread_id)
{ {
CRYPTO_set_id_callback(NULL); CRYPTO_set_id_callback(NULL);
CRYPTO_set_locking_callback(NULL); CRYPTO_set_locking_callback(NULL);