diff options
author | Alex Stapleton <alex@ly.st> | 2014-05-27 11:55:59 +0100 |
---|---|---|
committer | Alex Stapleton <alexs@prol.etari.at> | 2014-05-27 21:50:30 +0100 |
commit | fab4e41f81c0cfb8da08476f35a3975e9697f462 (patch) | |
tree | 15f8eb072d1fe4b1b40eddf8864ff2a401e60c10 | |
parent | aac0b51f7c93fdca930a1684263673e7b6a0e669 (diff) | |
download | cryptography-fab4e41f81c0cfb8da08476f35a3975e9697f462.tar.gz cryptography-fab4e41f81c0cfb8da08476f35a3975e9697f462.tar.bz2 cryptography-fab4e41f81c0cfb8da08476f35a3975e9697f462.zip |
Bind another error code
-rw-r--r-- | cryptography/hazmat/bindings/openssl/err.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptography/hazmat/bindings/openssl/err.py b/cryptography/hazmat/bindings/openssl/err.py index f6456d66..7ec693cc 100644 --- a/cryptography/hazmat/bindings/openssl/err.py +++ b/cryptography/hazmat/bindings/openssl/err.py @@ -168,6 +168,7 @@ static const int EVP_R_UNSUPPORTED_CIPHER; static const int EVP_R_UNSUPPORTED_KEY_DERIVATION_FUNCTION; static const int EVP_R_UNSUPPORTED_KEYLENGTH; static const int EVP_R_UNSUPPORTED_SALT_TYPE; +static const int EVP_R_UNSUPPORTED_PRIVATE_KEY_ALGORITHM; static const int EVP_R_WRONG_FINAL_BLOCK_LENGTH; static const int EVP_R_WRONG_PUBLIC_KEY_TYPE; |