]> git.ipfire.org Git - thirdparty/hostap.git/commit
HTTP (curl): Fix build with newer OpenSSL versions
authorBen Greear <greearb@candelatech.com>
Tue, 12 Sep 2017 17:43:36 +0000 (10:43 -0700)
committerJouni Malinen <j@w1.fi>
Tue, 1 Jan 2019 18:24:07 +0000 (20:24 +0200)
commit22d1b2ecdb5459bc56a0ac646e2be0acc7dde1eb
tree74d964fdf34e2c541c9ee9f871a00549ca3c2c4c
parent37f487bb417d9f68f24e2ec81f21477517d3ff76
HTTP (curl): Fix build with newer OpenSSL versions

The SSL_METHOD patching hack to get proper OCSP validation for Hotspot
2.0 OSU needs cannot be used with OpenSSL 1.1.0 and newer since the
SSL_METHOD structure is not exposed anymore. Fall back to using the
incomplete CURLOPT_SSL_VERIFYSTATUS design to fix the build.

Signed-off-by: Ben Greear <greearb@candelatech.com>
src/utils/http_curl.c