]> git.ipfire.org Git - thirdparty/openssl.git/commit
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:14:10 +0000 (11:14 +0200)
commitcc8926ec8fcecae89ceab91ef753de93e49568f9
treee51f51434e22f6092b7f15f1ddd97daa521525b2
parent521b7cb3883605740fb4727120f18810ba47d50b
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)
crypto/rand/rand_win.c