aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/err.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-07-03 03:52:39 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-07-03 03:52:39 -0400
commit53a36a1f8cd7c6bf243d5a5ad5522b0a592bba3d (patch)
tree6e8ec078cf59bd7d7ea2f94747aba82175298688 /src/_cffi_src/openssl/err.py
parentf5a4519f7ead73cbca826f3d7c815dd8963efb0a (diff)
parent23cafe861f4da2d7261a41bc57801b226e6b8c1b (diff)
downloadcryptography-53a36a1f8cd7c6bf243d5a5ad5522b0a592bba3d.tar.gz
cryptography-53a36a1f8cd7c6bf243d5a5ad5522b0a592bba3d.tar.bz2
cryptography-53a36a1f8cd7c6bf243d5a5ad5522b0a592bba3d.zip
Merge branch 'master' into encode-san
Diffstat (limited to 'src/_cffi_src/openssl/err.py')
-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 **,