aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-11-12 19:04:52 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-11-12 19:04:52 -0600
commit2176fb8fbceda6538d51900fbf6d349f48b9ea8b (patch)
tree8200124a62994943281fce23506a0f9832a5cb54 /src/_cffi_src/openssl
parent053bc7378e6c3eaeead16ddc3b9668a426121239 (diff)
downloadcryptography-2176fb8fbceda6538d51900fbf6d349f48b9ea8b.tar.gz
cryptography-2176fb8fbceda6538d51900fbf6d349f48b9ea8b.tar.bz2
cryptography-2176fb8fbceda6538d51900fbf6d349f48b9ea8b.zip
RHEL 6.4 and below don't even claim to be 1.0.0 final...
Diffstat (limited to 'src/_cffi_src/openssl')
-rw-r--r--src/_cffi_src/openssl/cms.py2
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;