openssl/crypto/rand
Richard Levitte 705a27f7e0 Revert "crypto/rand/rand_win.c: include "e_os.h" to get the default _WIN32_WINNT"
I turns out that this made crypto/rand/rand_win.c to never build with
BCrypt support unless the user sets _WIN32_WINNT.  That wasn't the
intent.

This reverts commit cc8926ec8f.

Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/8641)
2019-04-02 14:49:54 +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 Revert "crypto/rand/rand_win.c: include "e_os.h" to get the default _WIN32_WINNT" 2019-04-02 14:49:54 +02:00
randfile.c Circumvent a problem of lacking GetEnvironmentVariable() in WindowsCE. 2019-03-29 09:51:24 +00:00