Fix #223
This commit is contained in:
parent
19fb3c2491
commit
3c372b08ac
@ -127,8 +127,8 @@ void OpenSSLInitializer::initialize() {
|
|||||||
g_openSSLMutexes[i] = vmime::platform::getHandler()->createCriticalSection();
|
g_openSSLMutexes[i] = vmime::platform::getHandler()->createCriticalSection();
|
||||||
}
|
}
|
||||||
|
|
||||||
CRYPTO_set_locking_callback(OpenSSLCallback_lock);
|
CRYPTO_set_locking_callback(VMime_OpenSSLCallback_lock);
|
||||||
CRYPTO_set_id_callback(OpenSSLCallback_id);
|
CRYPTO_set_id_callback(VMime_OpenSSLCallback_id);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Seed the RNG, in case /dev/urandom is not available. Explicitely calling
|
// Seed the RNG, in case /dev/urandom is not available. Explicitely calling
|
||||||
|
Loading…
Reference in New Issue
Block a user