summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2023-03-22 08:25:45 -0400
committerGitHub <noreply@github.com>2023-03-22 12:25:45 +0000
commite09fccc74964753d53a642f3a7afa245b1b4ee3a (patch)
tree39472fbc51dbcd0ee0fef7f0d6849bf01bcf32c5 /src
parent98dc45ea758f87dc4ebdefa5236c745a438f951b (diff)
downloadcryptography-e09fccc74964753d53a642f3a7afa245b1b4ee3a.tar.gz
Remove unused error bindings (#8568)
Diffstat (limited to 'src')
-rw-r--r--src/_cffi_src/openssl/err.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/_cffi_src/openssl/err.py b/src/_cffi_src/openssl/err.py
index a38ad7326..be8c0774c 100644
--- a/src/_cffi_src/openssl/err.py
+++ b/src/_cffi_src/openssl/err.py
@@ -31,7 +31,6 @@ static const int Cryptography_HAS_UNEXPECTED_EOF_WHILE_READING;
"""
FUNCTIONS = """
-void ERR_error_string_n(unsigned long, char *, size_t);
const char *ERR_lib_error_string(unsigned long);
const char *ERR_func_error_string(unsigned long);
const char *ERR_reason_error_string(unsigned long);
@@ -40,9 +39,7 @@ unsigned long ERR_peek_error(void);
void ERR_clear_error(void);
void ERR_put_error(int, int, int, const char *, int);
-int ERR_GET_LIB(unsigned long);
int ERR_GET_REASON(unsigned long);
-
"""
CUSTOMIZATIONS = """