aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-01-18 19:41:04 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-01-18 20:48:27 -0600
commit96f7cdb53e1cd46a6432cda24d2aec98fabf81a9 (patch)
tree537fc553a13bc478959a12ab15479530ad498e2e /src/_cffi_src/openssl
parent9244deaa07e92399556e8f5d0f7b32cf79f2e201 (diff)
downloadcryptography-96f7cdb53e1cd46a6432cda24d2aec98fabf81a9.tar.gz
cryptography-96f7cdb53e1cd46a6432cda24d2aec98fabf81a9.tar.bz2
cryptography-96f7cdb53e1cd46a6432cda24d2aec98fabf81a9.zip
consolidate the windows specific header trickery we need to do
Diffstat (limited to 'src/_cffi_src/openssl')
-rw-r--r--src/_cffi_src/openssl/cms.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/_cffi_src/openssl/cms.py b/src/_cffi_src/openssl/cms.py
index fef7325c..dbe276e9 100644
--- a/src/_cffi_src/openssl/cms.py
+++ b/src/_cffi_src/openssl/cms.py
@@ -6,11 +6,6 @@ from __future__ import absolute_import, division, print_function
INCLUDES = """
#if !defined(OPENSSL_NO_CMS) && OPENSSL_VERSION_NUMBER >= 0x0090808fL
-/* The next define should really be in the OpenSSL header, but it is missing.
- Failing to include this on Windows causes compilation failures. */
-#if defined(OPENSSL_SYS_WINDOWS)
-#include <windows.h>
-#endif
#include <openssl/cms.h>
#endif
"""