aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/err.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-12-18 10:24:17 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-12-18 09:24:17 -0600
commit5db4e5e77ee40521cd732058262e228be4430588 (patch)
tree81d3dfa9f9a3066f45dbc7155f2108854561b3ca /src/_cffi_src/openssl/err.py
parent582b2b4d85c4bb902beab05fb3044d96c49c910f (diff)
downloadcryptography-5db4e5e77ee40521cd732058262e228be4430588.tar.gz
cryptography-5db4e5e77ee40521cd732058262e228be4430588.tar.bz2
cryptography-5db4e5e77ee40521cd732058262e228be4430588.zip
Fixed #4058 -- use the thread-safe API from OpenSSL, not the danger one (#4059)
Diffstat (limited to 'src/_cffi_src/openssl/err.py')
-rw-r--r--src/_cffi_src/openssl/err.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/_cffi_src/openssl/err.py b/src/_cffi_src/openssl/err.py
index 55f2470f..57704295 100644
--- a/src/_cffi_src/openssl/err.py
+++ b/src/_cffi_src/openssl/err.py
@@ -231,7 +231,6 @@ static const int X509_R_CERT_ALREADY_IN_HASH_TABLE;
"""
FUNCTIONS = """
-char *ERR_error_string(unsigned long, char *);
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);