aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/err.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-08-26 01:58:59 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2016-08-25 13:58:59 -0400
commiteafc4ee77f92d4e6e208351fd17e9cb1ae045677 (patch)
treea8b39b81e2a77d95f220ca6d6ec756d0fdf2ffaf /src/_cffi_src/openssl/err.py
parent0917d38a38461f78e140247dfc911166156f36cd (diff)
downloadcryptography-eafc4ee77f92d4e6e208351fd17e9cb1ae045677.tar.gz
cryptography-eafc4ee77f92d4e6e208351fd17e9cb1ae045677.tar.bz2
cryptography-eafc4ee77f92d4e6e208351fd17e9cb1ae045677.zip
remove two more constants that no longer exist and we don't use (#3101)
Diffstat (limited to 'src/_cffi_src/openssl/err.py')
-rw-r--r--src/_cffi_src/openssl/err.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/_cffi_src/openssl/err.py b/src/_cffi_src/openssl/err.py
index a3d5419e..d824cf37 100644
--- a/src/_cffi_src/openssl/err.py
+++ b/src/_cffi_src/openssl/err.py
@@ -126,7 +126,6 @@ static const int EVP_R_NO_CIPHER_SET;
static const int EVP_R_NO_DIGEST_SET;
static const int EVP_R_PUBLIC_KEY_NOT_RSA;
static const int EVP_R_UNKNOWN_PBE_ALGORITHM;
-static const int EVP_R_UNSUPORTED_NUMBER_OF_ROUNDS;
static const int EVP_R_UNSUPPORTED_CIPHER;
static const int EVP_R_UNSUPPORTED_KEY_DERIVATION_FUNCTION;
static const int EVP_R_UNSUPPORTED_KEYLENGTH;