From ee1c58383e27b4567d3caa66ea29c58c87827874 Mon Sep 17 00:00:00 2001 From: Laurens Van Houtven <_@lvh.cc> Date: Wed, 18 Jun 2014 13:29:04 +0200 Subject: Remove spurious constant definition --- cryptography/hazmat/bindings/openssl/x509_vfy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cryptography/hazmat/bindings/openssl/x509_vfy.py b/cryptography/hazmat/bindings/openssl/x509_vfy.py index 2e782c56..ba7bbba5 100644 --- a/cryptography/hazmat/bindings/openssl/x509_vfy.py +++ b/cryptography/hazmat/bindings/openssl/x509_vfy.py @@ -103,7 +103,6 @@ static const long Cryptography_HAS_102_VERIFICATION_PARAMS = 1; #else static const long Cryptography_HAS_102_VERIFICATION_PARAMS = 0; // X509_V_FLAG_TRUSTED_FIRST is also new in 1.0.2, but added separately below -static const long X509_V_FLAG_TRUSTED_FIRST = 0; static const long X509_V_FLAG_SUITEB_128_LOS_ONLY = 0; static const long X509_V_FLAG_SUITEB_192_LOS = 0; static const long X509_V_FLAG_SUITEB_128_LOS = 0; -- cgit v1.2.3