mirror of https://github.com/openssl/openssl.git
In a non-"no-deprecated" libcrypto build with a default configuration,
RAND_get_rand_method() == RAND_OpenSSL() and so needs to fall through to
the RAND_seed call (used in "no-deprecated" builds) to perform a reseed.
CLA: trivial
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21167)
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| build.info | ||
| prov_seed.c | ||
| rand_deprecated.c | ||
| rand_egd.c | ||
| rand_err.c | ||
| rand_lib.c | ||
| rand_local.h | ||
| rand_meth.c | ||
| rand_pool.c | ||
| randfile.c | ||