aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-04-02 14:40:11 +0200
committerRichard Levitte <levitte@openssl.org>2019-04-02 14:49:54 +0200
commit705a27f7e07c006b167b59070ff635a61f8e0407 (patch)
treec45b18718610313c4463075d0eadcfc290794894
parent2621e6405d7f4765bc57c86ec441129e7d367f14 (diff)
downloadopenssl-705a27f7e07c006b167b59070ff635a61f8e0407.zip
openssl-705a27f7e07c006b167b59070ff635a61f8e0407.tar.gz
openssl-705a27f7e07c006b167b59070ff635a61f8e0407.tar.bz2
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)
-rw-r--r--crypto/rand/rand_win.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/rand/rand_win.c b/crypto/rand/rand_win.c
index d5d5518..17ab137 100644
--- a/crypto/rand/rand_win.c
+++ b/crypto/rand/rand_win.c
@@ -11,7 +11,6 @@
#include <openssl/rand.h>
#include "rand_lcl.h"
#include "internal/rand_int.h"
-#include "e_os.h" /* For a default _WIN32_WINNT */
#if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_WIN32)
# ifndef OPENSSL_RAND_SEED_OS