From 706be369cba4f8b3417657579a3b20cc4bf03e31 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sun, 2 Mar 2014 15:22:05 -0400 Subject: this constant is undefined in 1.0.0 Since we don't use it (and neither does PyOpenSSL) let's remove it for now. Fixes #712 --- cryptography/hazmat/bindings/openssl/err.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cryptography/hazmat/bindings/openssl/err.py b/cryptography/hazmat/bindings/openssl/err.py index ddb60ef7..56e9a6bc 100644 --- a/cryptography/hazmat/bindings/openssl/err.py +++ b/cryptography/hazmat/bindings/openssl/err.py @@ -151,7 +151,6 @@ static const int EVP_R_CTRL_OPERATION_NOT_IMPLEMENTED; static const int EVP_R_DATA_NOT_MULTIPLE_OF_BLOCK_LENGTH; static const int EVP_R_DECODE_ERROR; static const int EVP_R_DIFFERENT_KEY_TYPES; -static const int EVP_R_DISABLED_FOR_FIPS; static const int EVP_R_ENCODE_ERROR; static const int EVP_R_INITIALIZATION_ERROR; static const int EVP_R_INPUT_NOT_INITIALIZED; -- cgit v1.2.3