Added warning back to avoid additional logic
This commit is contained in:
parent
0156023680
commit
c298917b85
1 changed files with 1 additions and 1 deletions
|
|
@ -429,7 +429,7 @@ 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_locking_callback(NULL);
|
||||
|
|
|
|||
Loading…
Reference in a new issue