diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/_cffi_src/openssl/cms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_cffi_src/openssl/cms.py b/src/_cffi_src/openssl/cms.py index 4a019967..fef7325c 100644 --- a/src/_cffi_src/openssl/cms.py +++ b/src/_cffi_src/openssl/cms.py @@ -72,7 +72,7 @@ CMS_SignerInfo *CMS_add1_signer(CMS_ContentInfo *, X509 *, EVP_PKEY *, CUSTOMIZATIONS = """ #if !defined(OPENSSL_NO_CMS) && OPENSSL_VERSION_NUMBER >= 0x0090808fL static const long Cryptography_HAS_CMS = 1; -#if OPENSSL_VERSION_NUMBER < 0x1000000fL +#if OPENSSL_VERSION_NUMBER < 0x10000000L static const long Cryptography_HAS_CMS_BIO_FUNCTIONS = 0; /* These functions were added in 1.0.0 */ BIO *(*BIO_new_CMS)(BIO *, CMS_ContentInfo *) = NULL; |