openssl/crypto/rand
Bernd Edlinger ddec332f32 Fix egd and devrandom source configs
./config --with-rand-seed=egd

need to defines OPENSSL_RAND_SEED_EGD and OPENSSL_NO_EGD
so get rid of OPENSSL_NO_EGD (compiles but I did not really test EGD)

./config --with-rand-seed=devrandom

does not work since wait_random_seeded works under the assumption
that OPENSSL_RAND_SEED_GETRANDOM is supposed to be enabled as well,
that is usually the case, but not when only devrandom is enabled.
Skip the wait code in this special case.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11848)
2020-05-20 14:48:16 +02:00
..
build.info
drbg_ctr.c
drbg_hash.c
drbg_hmac.c
drbg_lib.c
rand_crng_test.c
rand_egd.c
rand_err.c
rand_lib.c
rand_local.h
rand_unix.c Fix egd and devrandom source configs 2020-05-20 14:48:16 +02:00
rand_vms.c
rand_vxworks.c
rand_win.c Update copyright year 2020-05-15 14:09:49 +01:00
randfile.c