diff options
author | Laurens Van Houtven <_@lvh.cc> | 2014-06-18 13:29:04 +0200 |
---|---|---|
committer | Laurens Van Houtven <_@lvh.cc> | 2014-06-18 13:29:04 +0200 |
commit | ee1c58383e27b4567d3caa66ea29c58c87827874 (patch) | |
tree | b9a83b287d40aa44288f4bf602c714888cc98723 | |
parent | 25a0a09a9cc80f42c6259450bb7149c4b3321282 (diff) | |
download | cryptography-ee1c58383e27b4567d3caa66ea29c58c87827874.tar.gz cryptography-ee1c58383e27b4567d3caa66ea29c58c87827874.tar.bz2 cryptography-ee1c58383e27b4567d3caa66ea29c58c87827874.zip |
Remove spurious constant definition
-rw-r--r-- | cryptography/hazmat/bindings/openssl/x509_vfy.py | 1 |
1 files changed, 0 insertions, 1 deletions
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; |