openssl/crypto/rand
Dr. Matthias St. Pierre 2e912f63a4 Move random-related defines to "crypto/rand.h"
This fixes commit 01036e2afb, 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
crypto/info.c when OpenSSL is configured using `--with-rand-seed=devrandom`
(resp. `--with-rand-seed=egd`)

Fixes #10759

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/10762)
2020-01-07 16:28:15 +01:00
..
build.info Rework how our providers are built 2019-10-10 14:12:15 +02:00
drbg_ctr.c Reorganize local header files 2019-09-28 20:26:35 +02:00
drbg_hash.c DRBG: add check for XOF so these can be disallowed by the DRBGs 2019-11-02 15:10:54 +10:00
drbg_hmac.c DRBG: add check for XOF so these can be disallowed by the DRBGs 2019-11-02 15:10:54 +10:00
drbg_lib.c Document "get/set-app-data" macros. 2019-10-23 08:31:21 -04:00
rand_crng_test.c Reorganize local header files 2019-09-28 20:26:35 +02:00
rand_egd.c Remove NextStep support 2019-07-01 13:32:46 -04:00
rand_err.c util/mkerr.pl: make it not depend on the function code 2019-09-12 17:59:52 +02:00
rand_lib.c rand_lib.c: fix null pointer dereferences after RAND_get_rand_method() failure 2019-12-12 07:41:00 +10:00
rand_local.h Fix header file include guard names 2019-09-28 20:26:36 +02:00
rand_unix.c Move random-related defines to "crypto/rand.h" 2020-01-07 16:28:15 +01:00
rand_vms.c Fix some typos 2019-12-11 19:04:01 +01:00
rand_vxworks.c Reorganize local header files 2019-09-28 20:26:35 +02:00
rand_win.c Fix some typos 2019-12-11 19:04:01 +01:00
randfile.c Circumvent a problem of lacking GetEnvironmentVariable() in WindowsCE. 2019-03-29 09:51:24 +00:00