From 96f7cdb53e1cd46a6432cda24d2aec98fabf81a9 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 18 Jan 2016 19:41:04 -0600 Subject: consolidate the windows specific header trickery we need to do --- src/_cffi_src/openssl/cms.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/_cffi_src/openssl/cms.py') 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 -#endif #include #endif """ -- cgit v1.2.3