diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2023-02-19 15:34:55 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-19 21:34:55 +0000 |
| commit | db0c21b6074da9e64bf419f50e00d2b6c551eb62 (patch) | |
| tree | 8c32dfa229d460ee6a55429abd1b0dd073be18ba /src/_cffi_src | |
| parent | 9d9a692aad7efe3907c0348c41249e23b11fb2a4 (diff) | |
| download | cryptography-db0c21b6074da9e64bf419f50e00d2b6c551eb62.tar.gz | |
remove some error bindings (#8334)
Diffstat (limited to 'src/_cffi_src')
| -rw-r--r-- | src/_cffi_src/openssl/err.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/_cffi_src/openssl/err.py b/src/_cffi_src/openssl/err.py index dc27abba3..efeaae217 100644 --- a/src/_cffi_src/openssl/err.py +++ b/src/_cffi_src/openssl/err.py @@ -15,13 +15,10 @@ static const int EVP_R_DATA_NOT_MULTIPLE_OF_BLOCK_LENGTH; static const int EVP_R_BAD_DECRYPT; static const int EVP_R_UNSUPPORTED_PRIVATE_KEY_ALGORITHM; static const int PKCS12_R_PKCS12_CIPHERFINAL_ERROR; -static const int PEM_R_UNSUPPORTED_ENCRYPTION; static const int EVP_R_XTS_DUPLICATED_KEYS; static const int ERR_LIB_EVP; -static const int ERR_LIB_PEM; static const int ERR_LIB_PROV; -static const int ERR_LIB_ASN1; static const int ERR_LIB_PKCS12; static const int SSL_TLSEXT_ERR_OK; |
