]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: Fix compile with OpenSSL 1.1.0 and deprecated APIs
authorRosen Penev <rosenp@gmail.com>
Sat, 28 Jul 2018 02:31:09 +0000 (19:31 -0700)
committerJouni Malinen <j@w1.fi>
Sun, 12 Aug 2018 13:26:31 +0000 (16:26 +0300)
commit373c796948599a509bad71695b5b72eef003f661
treed01aef231ebc17281d149cb78b64c1546fa9a37c
parentc6e1a9a0b3d6962253c8ceb78cbc05ced820241e
OpenSSL: Fix compile with OpenSSL 1.1.0 and deprecated APIs

SSL_session_reused() is the same as the deprecated SSL_cache_hit(). The
engine load stuff is now handled by OPENSSL_init().

Signed-off-by: Rosen Penev <rosenp@gmail.com>
src/crypto/tls_openssl.c