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:50:33 +0000 (14:50 +0200)
commita88bafcdb7c24a14c277e47cdde014886a91d7cc
treeb0e1b411a5a9e39a52b3a4108c250111cfd6d679
parent5a87dd1d34e6f7dd9c4cef45b88f12d84e050215
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)

(cherry picked from commit 705a27f7e07c006b167b59070ff635a61f8e0407)
crypto/rand/rand_win.c