提交 ce57ac43 编写于 作者: A Andy Polyakov

rand/rand_lib.c: keep fixing no-engine configuration.

Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 e128f891
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册