openssl/crypto/rand
Dr. Matthias St. Pierre f245be91a7 Revert "Move random-related defines from e_os.h to rand_unix.c"
This reverts commit 7b18d1a53f, which moved the
DEVRANDOM and DEVRANDOM_EGD defines into rand_unix.c. That change introduced
the regression that the compiler complains about missing declarations in
apps/version.c when OpenSSL is configured using `--with-rand-seed=devrandom`
(resp. `--with-rand-seed=egd`):

apps/version.c:173:42: error: 'DEVRANDOM' undeclared
             static const char *dev[] = { DEVRANDOM, NULL };
                                          ^~~~~~~~~

Fixes #10759

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10764)
2020-01-07 16:31:21 +01:00
..
build.info crypto/rand: rename drbg_rand.c to drbg_ctr.c 2018-01-04 11:47:30 +10:00
drbg_ctr.c Reorganize local header files 2019-09-27 23:58:06 +02:00
drbg_lib.c Reorganize local header files 2019-09-27 23:58:06 +02:00
rand_egd.c Update copyright year 2018-05-29 13:16:04 +01:00
rand_err.c rand_lib.c: fix null pointer dereferences after RAND_get_rand_method() failure 2019-12-15 15:25:18 +01:00
rand_lib.c rand_lib.c: fix null pointer dereferences after RAND_get_rand_method() failure 2019-12-15 15:25:18 +01:00
rand_local.h Fix header file include guard names 2019-09-27 23:58:12 +02:00
rand_unix.c Revert "Move random-related defines from e_os.h to rand_unix.c" 2020-01-07 16:31:21 +01:00
rand_vms.c Fix some typos 2019-12-11 19:17:00 +01:00
rand_win.c Fix some typos 2019-12-11 19:17:00 +01:00
randfile.c Update copyright year 2019-05-28 14:49:38 +02:00