aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl
diff options
context:
space:
mode:
authorGlyph <glyph@twistedmatrix.com>2015-06-27 15:40:52 -0700
committerGlyph <glyph@twistedmatrix.com>2015-06-27 15:40:52 -0700
commit885d688aae732042034fed4c7cab5dd6a70c6c26 (patch)
tree4610080ce085f1a6791c4d9fe0eceb9540f6c6c0 /src/_cffi_src/openssl
parentdd53a5b216ac45620e7eee0c5a70e9dbfa33d08d (diff)
downloadcryptography-885d688aae732042034fed4c7cab5dd6a70c6c26.tar.gz
cryptography-885d688aae732042034fed4c7cab5dd6a70c6c26.tar.bz2
cryptography-885d688aae732042034fed4c7cab5dd6a70c6c26.zip
bind ERR_clear_error
Diffstat (limited to 'src/_cffi_src/openssl')
-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 0ee19c9e..eebf19ba 100644
--- a/src/_cffi_src/openssl/err.py
+++ b/src/_cffi_src/openssl/err.py
@@ -251,6 +251,7 @@ unsigned long ERR_peek_error_line(const char **, int *);
unsigned long ERR_peek_last_error_line(const char **, int *);
unsigned long ERR_get_error_line_data(const char **, int *,
const char **, int *);
+void ERR_clear_error(void);
unsigned long ERR_peek_error_line_data(const char **,
int *, const char **, int *);
unsigned long ERR_peek_last_error_line_data(const char **,