aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/err.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-03-05 08:59:16 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2016-03-05 08:59:16 -0500
commit29ad69df37ea21480c746c216f8585674c5d5e54 (patch)
tree5f35037eed05c570989593b3c1fcb3b7139c220a /src/_cffi_src/openssl/err.py
parentd7f37267f4d70b60f9dc5dc316a10a1501337bd3 (diff)
downloadcryptography-29ad69df37ea21480c746c216f8585674c5d5e54.tar.gz
cryptography-29ad69df37ea21480c746c216f8585674c5d5e54.tar.bz2
cryptography-29ad69df37ea21480c746c216f8585674c5d5e54.zip
added the correct error handling for the failing test
Diffstat (limited to 'src/_cffi_src/openssl/err.py')
-rw-r--r--src/_cffi_src/openssl/err.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/_cffi_src/openssl/err.py b/src/_cffi_src/openssl/err.py
index 9d97be16..4ba90662 100644
--- a/src/_cffi_src/openssl/err.py
+++ b/src/_cffi_src/openssl/err.py
@@ -226,6 +226,7 @@ static const int PKCS12_F_PKCS12_PBE_CRYPT;
static const int PKCS12_R_PKCS12_CIPHERFINAL_ERROR;
static const int RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE;
+static const int RSA_R_DATA_TOO_LARGE_FOR_MODULUS;
static const int RSA_R_DIGEST_TOO_BIG_FOR_RSA_KEY;
static const int RSA_R_BLOCK_TYPE_IS_NOT_01;
static const int RSA_R_BLOCK_TYPE_IS_NOT_02;