crypto/rand/rand_win.c: include "e_os.h" to get the default _WIN32_WINNT
authorRichard Levitte <levitte@openssl.org>
Tue, 2 Apr 2019 09:14:10 +0000 (11:14 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 2 Apr 2019 09:30:43 +0000 (11:30 +0200)
commit7a3c4b374bf5e7aa990ac473acba7db1c941f876
tree6f40a7ec6244a993bbf453fc710dd4e27a9b47cf
parente686a2774e9b4846070503cb6ed2ec0f707627a7
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)

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