Loading crypto/rand/rand_lib.c +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
crypto/rand/rand_lib.c +2 −0 Original line number Diff line number Diff line Loading @@ -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