[openssl] OpenSSL_1_1_1-stable update
Richard Levitte
levitte at openssl.org
Tue Apr 2 12:50:37 UTC 2019
The branch OpenSSL_1_1_1-stable has been updated
via a88bafcdb7c24a14c277e47cdde014886a91d7cc (commit)
from 5a87dd1d34e6f7dd9c4cef45b88f12d84e050215 (commit)
- Log -----------------------------------------------------------------
commit a88bafcdb7c24a14c277e47cdde014886a91d7cc
Author: Richard Levitte <levitte at openssl.org>
Date: Tue Apr 2 14:40:11 2019 +0200
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 at ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/8641)
(cherry picked from commit 705a27f7e07c006b167b59070ff635a61f8e0407)
-----------------------------------------------------------------------
Summary of changes:
crypto/rand/rand_win.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/crypto/rand/rand_win.c b/crypto/rand/rand_win.c
index f21c894..b687081 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
More information about the openssl-commits
mailing list