From: Andy Polyakov Date: Sat, 8 Apr 2017 20:29:09 +0000 (+0200) Subject: rand/rand_lib.c: keep fixing no-engine configuration. X-Git-Tag: OpenSSL_1_1_1-pre1~1829 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ce57ac431964f7692af674fd124103d6fe07af2e;p=oweals%2Fopenssl.git rand/rand_lib.c: keep fixing no-engine configuration. Reviewed-by: Richard Levitte --- diff --git a/crypto/rand/rand_lib.c b/crypto/rand/rand_lib.c index 40e2464a82..7ffd10bd78 100644 --- a/crypto/rand/rand_lib.c +++ b/crypto/rand/rand_lib.c @@ -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)