]> git.ipfire.org Git - thirdparty/hostap.git/commit
HTTP (curl): Use SSL_get_SSL_CTX() helper
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:07:19 +0000 (20:07 +0200)
commit9805bb1bdb8dad4c58725cb25766fc7593e08098
treeb57ea926408e60eb513d6821d0d68904f5e5f6ef
parenta898113823a3b76e0078764edabfac916de7e539
HTTP (curl): Use SSL_get_SSL_CTX() helper

The direct ssl->ctx access are not allowed anymore in newer OpenSSL
versions, so use the SSL_get_SSL_CTX() helper for this.

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