From 5db4e5e77ee40521cd732058262e228be4430588 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 18 Dec 2017 10:24:17 -0500 Subject: Fixed #4058 -- use the thread-safe API from OpenSSL, not the danger one (#4059) --- src/_cffi_src/openssl/err.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/_cffi_src/openssl') 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); -- cgit v1.2.3