diff options
-rw-r--r-- | cryptography/hazmat/backends/openssl/ssl.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptography/hazmat/backends/openssl/ssl.py b/cryptography/hazmat/backends/openssl/ssl.py index b2cc865e..1d22ded8 100644 --- a/cryptography/hazmat/backends/openssl/ssl.py +++ b/cryptography/hazmat/backends/openssl/ssl.py @@ -117,6 +117,7 @@ static const int TLSEXT_NAMETYPE_host_name; """ FUNCTIONS = """ +void SSL_load_error_strings(); int SSL_library_init(); /* SSL */ |