diff options
author | Marcel Raad <raad@teamviewer.com> | 2016-09-05 18:15:25 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-09-05 22:51:12 +0200 |
commit | 4af389353a93dba11f12da554c40861b814ee2cb (patch) | |
tree | 69850c18f7ccda2080662ada5bf8566331d21fc0 /MacOSX-Framework | |
parent | 72abf4f59ea1b9b8cf6642e4eaec70abff413f1d (diff) |
openssl: Fix compilation with OPENSSL_API_COMPAT=0x10100000L
With OPENSSL_API_COMPAT=0x10100000L (OpenSSL 1.1 API), the cleanup
functions are unavailable (they're no-ops anyway in OpenSSL 1.1). The
replacements for SSL_load_error_strings, SSLeay_add_ssl_algorithms, and
OpenSSL_add_all_algorithms are called automatically [1][2]. SSLeay() is
now called OpenSSL_version_num().
[1]: https://www.openssl.org/docs/man1.1.0/ssl/OPENSSL_init_ssl.html
[2]: https://www.openssl.org/docs/man1.1.0/crypto/OPENSSL_init_crypto.html
Closes #992
Diffstat (limited to 'MacOSX-Framework')
0 files changed, 0 insertions, 0 deletions