From 053bc7378e6c3eaeead16ddc3b9668a426121239 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 12 Nov 2015 17:43:38 -0600 Subject: whoops --- src/_cffi_src/openssl/cms.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/_cffi_src') diff --git a/src/_cffi_src/openssl/cms.py b/src/_cffi_src/openssl/cms.py index 2d9261aa..4a019967 100644 --- a/src/_cffi_src/openssl/cms.py +++ b/src/_cffi_src/openssl/cms.py @@ -83,6 +83,7 @@ static const long Cryptography_HAS_CMS_BIO_FUNCTIONS = 1; #endif #else static const long Cryptography_HAS_CMS = 0; +static const long Cryptography_HAS_CMS_BIO_FUNCTIONS = 0; typedef void CMS_ContentInfo; typedef void CMS_SignerInfo; typedef void CMS_CertificateChoices; -- cgit v1.2.3