aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-03-02 11:41:02 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-03-02 11:41:02 -0800
commitbbe335634644dd33158e62de72b4fb155031f86c (patch)
treedc58db45173d2ef5c2e83e35220216e56fddadc2
parent35a88a2e1d7031d5e61655ef5694822ea163ec24 (diff)
parent706be369cba4f8b3417657579a3b20cc4bf03e31 (diff)
downloadcryptography-bbe335634644dd33158e62de72b4fb155031f86c.tar.gz
cryptography-bbe335634644dd33158e62de72b4fb155031f86c.tar.bz2
cryptography-bbe335634644dd33158e62de72b4fb155031f86c.zip
Merge pull request #714 from reaperhulk/fix-712
Remove EVP_R_DISABLED_FOR_FIPS definition
-rw-r--r--cryptography/hazmat/bindings/openssl/err.py1
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;