[openssl] master update

beldmit at gmail.com beldmit at gmail.com
Thu Apr 22 14:20:45 UTC 2021


The branch master has been updated
       via  6b2978406d050b910a889a33f7a0e14b1217976d (commit)
      from  fc5245a92e96b8bf5f6618b27ad9ca4830bbd96c (commit)


- Log -----------------------------------------------------------------
commit 6b2978406d050b910a889a33f7a0e14b1217976d
Author: Prcuvu <prcuvu at gmail.com>
Date:   Sat Mar 14 03:59:11 2020 +0000

    e_os.h: Include wspiapi.h to improve Windows backward compatibility
    
    CLA: trivial
    
    Reviewed-by: Paul Dale <pauli at openssl.org>
    Reviewed-by: Tomas Mraz <tomas at openssl.org>
    Reviewed-by: Dmitry Belyavskiy <beldmit at gmail.com>
    (Merged from https://github.com/openssl/openssl/pull/14550)

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

Summary of changes:
 e_os.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/e_os.h b/e_os.h
index d8bf78c094..b19c4829de 100644
--- a/e_os.h
+++ b/e_os.h
@@ -108,6 +108,7 @@
         */
 #    include <winsock2.h>
 #    include <ws2tcpip.h>
+#    include <wspiapi.h>
        /* yes, they have to be #included prior to <windows.h> */
 #   endif
 #   include <windows.h>


More information about the openssl-commits mailing list