]> git.ipfire.org Git - thirdparty/hostap.git/commit
HTTP (curl): Use DEFINE_STACK_OF() 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:14:53 +0000 (20:14 +0200)
commit37f487bb417d9f68f24e2ec81f21477517d3ff76
tree0cdd70e91e4f9d3378fd57392397420007fa681c
parent9805bb1bdb8dad4c58725cb25766fc7593e08098
HTTP (curl): Use DEFINE_STACK_OF() with newer OpenSSL versions

SKM_sk_num() is not available anymore, so use DEFINE_STACK_OF() to get
the appropriate accessor functions.

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