]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: Fix build with current OpenSSL master branch snapshot
authorJouni Malinen <j@w1.fi>
Thu, 3 Dec 2015 21:53:35 +0000 (23:53 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 3 Dec 2015 21:53:35 +0000 (23:53 +0200)
commitb34c623c074c8eb315667320b041b4744754795f
treefd63276d1e4c850972a0656c0fee8dd6a14833ae
parentd887ed3f953a7fcfda3fd0ccbbce1b6a28e899dc
OpenSSL: Fix build with current OpenSSL master branch snapshot

OpenSSL 1.1.x will apparently go out with "SSLeay" renamed in the API to
"OpenSSL", which broke the build here for fetching the version of the
running OpenSSL library when wpa_supplicant/hostapd is built against the
current OpenSSL snapshot.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/crypto/tls_openssl.c