We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d57c79e commit cbdc9baCopy full SHA for cbdc9ba
src/_cffi_src/openssl/callbacks.py
@@ -11,7 +11,10 @@
11
#include <openssl/crypto.h>
12
13
#ifdef _WIN32
14
+#define WIN32_LEAN_AND_MEAN
15
#include <Windows.h>
16
+#include <Wincrypt.h>
17
+#include <Winsock2.h>
18
#else
19
#include <stdio.h>
20
#include <stdlib.h>
src/_cffi_src/openssl/cryptography.py
@@ -22,7 +22,10 @@
22
#include <openssl/e_os2.h>
23
#endif
24
#if defined(_WIN32)
25
26
#include <windows.h>
27
28
29
30
31
#define CRYPTOGRAPHY_OPENSSL_102_OR_GREATER \
0 commit comments