projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a87dd1
)
Revert "crypto/rand/rand_win.c: include "e_os.h" to get the default _WIN32_WINNT"
author
Richard Levitte
<levitte@openssl.org>
Tue, 2 Apr 2019 12:40:11 +0000
(14:40 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 2 Apr 2019 12:50:33 +0000
(14:50 +0200)
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
patch
|
blob
|
history
diff --git
a/crypto/rand/rand_win.c
b/crypto/rand/rand_win.c
index f21c894daad5f9cdf6e8e5b03b3430914d8aad8d..b687081f914b034ae79929c4eda6bedc298d6d08 100644
(file)
--- 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