openssl/crypto/rand
Andy Polyakov 9d9dc6ac85 o_fopen.c,rand/randfile.c: compensate for e_os.h omission.
At earlier point e_os.h was omitted from a number of headers (in order
to emphasize OS neutrality), but this affected o_fopen.c and randfile.c
which are not OS-neutral, and contain some Win32-specific code.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5676)
2018-03-21 10:12:36 +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 RAND_DRBG: add a function for setting the default DRBG type and flags 2018-03-16 18:31:30 +01:00
drbg_lib.c Make the public and private DRBG thread local 2018-03-19 15:04:40 +01:00
rand_egd.c Switch from ossl_rand to DRBG rand 2017-08-03 09:23:28 -04:00
rand_err.c Return error when trying to use prediction resistance 2018-03-17 11:35:33 +01:00
rand_lcl.h RAND_DRBG: add a function for setting the default DRBG type and flags 2018-03-16 18:31:30 +01:00
rand_lib.c Make the public and private DRBG thread local 2018-03-19 15:04:40 +01:00
rand_unix.c Publish the RAND_DRBG API 2018-03-15 18:58:38 +01:00
rand_vms.c Update copyright year 2018-03-20 13:08:46 +00:00
rand_win.c Publish the RAND_DRBG API 2018-03-15 18:58:38 +01:00
randfile.c o_fopen.c,rand/randfile.c: compensate for e_os.h omission. 2018-03-21 10:12:36 +01:00