diff options
author | Glyph <glyph@twistedmatrix.com> | 2015-06-27 15:40:52 -0700 |
---|---|---|
committer | Glyph <glyph@twistedmatrix.com> | 2015-06-27 15:40:52 -0700 |
commit | 885d688aae732042034fed4c7cab5dd6a70c6c26 (patch) | |
tree | 4610080ce085f1a6791c4d9fe0eceb9540f6c6c0 /src/_cffi_src | |
parent | dd53a5b216ac45620e7eee0c5a70e9dbfa33d08d (diff) | |
download | cryptography-885d688aae732042034fed4c7cab5dd6a70c6c26.tar.gz cryptography-885d688aae732042034fed4c7cab5dd6a70c6c26.tar.bz2 cryptography-885d688aae732042034fed4c7cab5dd6a70c6c26.zip |
bind ERR_clear_error
Diffstat (limited to 'src/_cffi_src')
-rw-r--r-- | src/_cffi_src/openssl/err.py | 1 |
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 **, |