diff options
author | cyli <cyli@twistedmatrix.com> | 2013-10-20 18:15:47 -0700 |
---|---|---|
committer | cyli <cyli@twistedmatrix.com> | 2013-12-20 13:39:44 -0800 |
commit | db7a91138a4883de00917d862e69fe4414dac7b7 (patch) | |
tree | 7bd8c52068b8235706c354b8d594399a3a55080b | |
parent | 2df36e58f72aff9e86956f2c9a4d9dc4cd53c4ae (diff) | |
download | cryptography-db7a91138a4883de00917d862e69fe4414dac7b7.tar.gz cryptography-db7a91138a4883de00917d862e69fe4414dac7b7.tar.bz2 cryptography-db7a91138a4883de00917d862e69fe4414dac7b7.zip |
Undo accidentaly removal a function after rebase
-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 */ |