openssl/crypto/rand
Richard Levitte cc8926ec8f crypto/rand/rand_win.c: include "e_os.h" to get the default _WIN32_WINNT
This helps decide if the BCrypt API should be used or not.

Fixes #8635

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8638)
2019-04-02 11:14:10 +02:00
..
build.info Add the FIPS related continuous random number generator (CRNG) testing. 2019-03-29 17:50:48 +10:00
drbg_ctr.c Following the license change, modify the boilerplates in crypto/rand/ 2018-12-06 15:14:05 +01:00
drbg_hash.c Following the license change, modify the boilerplates in crypto/rand/ 2018-12-06 15:14:05 +01:00
drbg_hmac.c Following the license change, modify the boilerplates in crypto/rand/ 2018-12-06 15:14:05 +01:00
drbg_lib.c Add the FIPS related continuous random number generator (CRNG) testing. 2019-03-29 17:50:48 +10:00
rand_crng_test.c Add the FIPS related continuous random number generator (CRNG) testing. 2019-03-29 17:50:48 +10:00
rand_egd.c Following the license change, modify the boilerplates in crypto/rand/ 2018-12-06 15:14:05 +01:00
rand_err.c Following the license change, modify the boilerplates in crypto/rand/ 2018-12-06 15:14:05 +01:00
rand_lcl.h Add the FIPS related continuous random number generator (CRNG) testing. 2019-03-29 17:50:48 +10:00
rand_lib.c Fix broken change from b3d113e. 2019-03-29 09:24:07 +10:00
rand_unix.c Clear seed source structures. 2019-03-29 20:11:41 +10:00
rand_vms.c Clear seed source structures. 2019-03-29 20:11:41 +10:00
rand_win.c crypto/rand/rand_win.c: include "e_os.h" to get the default _WIN32_WINNT 2019-04-02 11:14:10 +02:00
randfile.c Circumvent a problem of lacking GetEnvironmentVariable() in WindowsCE. 2019-03-29 09:51:24 +00:00