From 2176fb8fbceda6538d51900fbf6d349f48b9ea8b Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 12 Nov 2015 19:04:52 -0600 Subject: RHEL 6.4 and below don't even claim to be 1.0.0 final... --- src/_cffi_src/openssl/cms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3