aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/x509_vfy.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-08-20 11:50:57 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-08-20 08:50:57 -0700
commit22bedaafa70283e3efd735b3fba667172a25310f (patch)
treead7b956c0fcd8696a652ffc9f7a837b65ed3faa9 /src/_cffi_src/openssl/x509_vfy.py
parentc3de566e053b06c6055a7b3032fae56a3e64b3b7 (diff)
downloadcryptography-22bedaafa70283e3efd735b3fba667172a25310f.tar.gz
cryptography-22bedaafa70283e3efd735b3fba667172a25310f.tar.bz2
cryptography-22bedaafa70283e3efd735b3fba667172a25310f.zip
Remove branches for 1.0.2 betas. (#3870)
There's no sense in which we actually support them
Diffstat (limited to 'src/_cffi_src/openssl/x509_vfy.py')
-rw-r--r--src/_cffi_src/openssl/x509_vfy.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_cffi_src/openssl/x509_vfy.py b/src/_cffi_src/openssl/x509_vfy.py
index 7a5e3dd6..58069eb1 100644
--- a/src/_cffi_src/openssl/x509_vfy.py
+++ b/src/_cffi_src/openssl/x509_vfy.py
@@ -214,8 +214,8 @@ void X509_STORE_set_get_issuer(X509_STORE *, X509_STORE_CTX_get_issuer_fn);
"""
CUSTOMIZATIONS = """
-/* OpenSSL 1.0.2beta2+ verification parameters and error codes */
-#if CRYPTOGRAPHY_OPENSSL_102BETA2_OR_GREATER
+/* OpenSSL 1.0.2+ verification parameters and error codes */
+#if CRYPTOGRAPHY_OPENSSL_102_OR_GREATER
static const long Cryptography_HAS_102_VERIFICATION_ERROR_CODES = 1;
static const long Cryptography_HAS_102_VERIFICATION_PARAMS = 1;
#else