]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
e_os.h: Include wspiapi.h to improve Windows backward compatibility
authorPrcuvu <prcuvu@gmail.com>
Sat, 14 Mar 2020 03:59:11 +0000 (03:59 +0000)
committerDmitry Belyavskiy <beldmit@gmail.com>
Thu, 22 Apr 2021 14:19:25 +0000 (16:19 +0200)
CLA: trivial

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/14550)

e_os.h

diff --git a/e_os.h b/e_os.h
index d8bf78c094f3c96f93970ee621c05a27dfc5c4ed..b19c4829de2a5768095112e5cd18a7de5d539f54 100644 (file)
--- a/e_os.h
+++ b/e_os.h
         */
 #    include <winsock2.h>
 #    include <ws2tcpip.h>
+#    include <wspiapi.h>
        /* yes, they have to be #included prior to <windows.h> */
 #   endif
 #   include <windows.h>