From eafc4ee77f92d4e6e208351fd17e9cb1ae045677 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Fri, 26 Aug 2016 01:58:59 +0800 Subject: remove two more constants that no longer exist and we don't use (#3101) --- src/_cffi_src/openssl/bio.py | 1 - src/_cffi_src/openssl/err.py | 1 - 2 files changed, 2 deletions(-) (limited to 'src/_cffi_src') diff --git a/src/_cffi_src/openssl/bio.py b/src/_cffi_src/openssl/bio.py index 59fb8c68..58b20a3e 100644 --- a/src/_cffi_src/openssl/bio.py +++ b/src/_cffi_src/openssl/bio.py @@ -40,7 +40,6 @@ static const int BIO_C_FILE_SEEK; static const int BIO_C_FILE_TELL; static const int BIO_TYPE_NONE; static const int BIO_TYPE_NBIO_TEST; -static const int BIO_TYPE_BER; static const int BIO_TYPE_BIO; static const int BIO_TYPE_DESCRIPTOR; static const int BIO_FLAGS_READ; 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; -- cgit v1.2.3