diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-11-12 17:43:38 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-11-12 17:43:38 -0600 |
commit | 053bc7378e6c3eaeead16ddc3b9668a426121239 (patch) | |
tree | d201bd70c23a79da10f9fda439993189b3d8d622 | |
parent | 5653bde3e5b57e52d9be2cd284ee4855be55c50d (diff) | |
download | cryptography-053bc7378e6c3eaeead16ddc3b9668a426121239.tar.gz cryptography-053bc7378e6c3eaeead16ddc3b9668a426121239.tar.bz2 cryptography-053bc7378e6c3eaeead16ddc3b9668a426121239.zip |
whoops
-rw-r--r-- | src/_cffi_src/openssl/cms.py | 1 |
1 files changed, 1 insertions, 0 deletions
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; |