commit | f5fec745fe156168603e2dc2aec177774836a957 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Thu Mar 31 23:38:38 2016 +0300 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Thu Mar 31 23:38:38 2016 +0300 |
tree | 98c4a58e196f1b278e33bde0e4e35f7e1714b75f | |
parent | 8a2f3b9bdc3cc26ef5f2740d68289a8c245fb816 [diff] |
SSL: SSLeay_version() is deprecated in OpenSSL 1.1.0. SSLeay_version() and SSLeay() are no longer available if OPENSSL_API_COMPAT is set to 0x10100000L. Switched to using OpenSSL_version() instead. Additionally, we now compare version strings instead of version numbers, and this correctly works for LibreSSL as well.