mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
rand/rand_lib.c: keep fixing no-engine configuration.
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
e128f891de
commit
ce57ac4319
@ -113,7 +113,9 @@ void rand_cleanup_int(void)
|
||||
meth->cleanup();
|
||||
RAND_set_rand_method(NULL);
|
||||
CRYPTO_THREAD_lock_free(rand_meth_lock);
|
||||
#ifndef OPENSSL_NO_ENGINE
|
||||
CRYPTO_THREAD_lock_free(rand_engine_lock);
|
||||
#endif
|
||||
}
|
||||
|
||||
void RAND_seed(const void *buf, int num)
|
||||
|
Loading…
Reference in New Issue
Block a user