[openssl] OpenSSL_1_1_1-stable update

Richard Levitte levitte at openssl.org
Tue Apr 2 09:30:49 UTC 2019


The branch OpenSSL_1_1_1-stable has been updated
       via  7a3c4b374bf5e7aa990ac473acba7db1c941f876 (commit)
      from  e686a2774e9b4846070503cb6ed2ec0f707627a7 (commit)


- Log -----------------------------------------------------------------
commit 7a3c4b374bf5e7aa990ac473acba7db1c941f876
Author: Richard Levitte <levitte at openssl.org>
Date:   Tue Apr 2 11:14:10 2019 +0200

    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 at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/8638)
    
    (cherry picked from commit cc8926ec8fcecae89ceab91ef753de93e49568f9)

-----------------------------------------------------------------------

Summary of changes:
 crypto/rand/rand_win.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/crypto/rand/rand_win.c b/crypto/rand/rand_win.c
index d2039eb..581a2f1 100644
--- a/crypto/rand/rand_win.c
+++ b/crypto/rand/rand_win.c
@@ -11,6 +11,7 @@
 #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