Revert "crypto/rand/rand_win.c: include "e_os.h" to get the default _WIN32_WINNT"
authorRichard Levitte <levitte@openssl.org>
Tue, 2 Apr 2019 12:40:11 +0000 (14:40 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 2 Apr 2019 12:49:54 +0000 (14:49 +0200)
commit705a27f7e07c006b167b59070ff635a61f8e0407
treec45b18718610313c4463075d0eadcfc290794894
parent2621e6405d7f4765bc57c86ec441129e7d367f14
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 cc8926ec8fcecae89ceab91ef753de93e49568f9.

Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/8641)
crypto/rand/rand_win.c