diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-03-02 15:22:05 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-03-02 15:22:05 -0400 |
commit | 706be369cba4f8b3417657579a3b20cc4bf03e31 (patch) | |
tree | dc58db45173d2ef5c2e83e35220216e56fddadc2 | |
parent | 35a88a2e1d7031d5e61655ef5694822ea163ec24 (diff) | |
download | cryptography-706be369cba4f8b3417657579a3b20cc4bf03e31.tar.gz cryptography-706be369cba4f8b3417657579a3b20cc4bf03e31.tar.bz2 cryptography-706be369cba4f8b3417657579a3b20cc4bf03e31.zip |
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
-rw-r--r-- | cryptography/hazmat/bindings/openssl/err.py | 1 |
1 files changed, 0 insertions, 1 deletions
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; |