openssl/crypto/rand
Richard Levitte a88bafcdb7 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)

(cherry picked from commit 705a27f7e0)
2019-04-02 14:50:33 +02:00
..
build.info crypto/rand: rename drbg_rand.c to drbg_ctr.c 2018-01-04 11:47:30 +10:00
drbg_ctr.c DRBG: fix reseeding via RAND_add()/RAND_seed() with large input 2018-10-16 22:32:42 +02:00
drbg_lib.c Cosmetic rand/drbg changes. 2019-03-22 16:23:05 +10:00
rand_egd.c Update copyright year 2018-05-29 13:16:04 +01:00
rand_err.c DRBG: fix reseeding via RAND_add()/RAND_seed() with large input 2018-10-16 22:32:42 +02:00
rand_lcl.h Test: link drbgtest statically against libcrypto 2018-11-08 16:32:30 +01:00
rand_lib.c Cosmetic rand/drbg changes. 2019-03-22 16:23:05 +10:00
rand_unix.c Fix seeding from random device w/o getrandom syscall 2019-03-01 18:29:56 +01:00
rand_vms.c VMS: only use the high precision on VMS v8.4 and up 2019-03-15 08:46:29 +01:00
rand_win.c Revert "crypto/rand/rand_win.c: include "e_os.h" to get the default _WIN32_WINNT" 2019-04-02 14:50:33 +02:00
randfile.c Circumvent a problem of lacking GetEnvironmentVariable() in WindowsCE. 2019-03-29 10:02:06 +00:00