]> git.ipfire.org Git - thirdparty/hostap.git/commit
HS 2.0: Fix EST compilation with OpenSSL 1.1.0 and newer
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 17:56:19 +0000 (19:56 +0200)
commita898113823a3b76e0078764edabfac916de7e539
treededdb2bbcc173a526c5980a1b8489d1192c87603
parentb2f1e5458b48001d3d20e58e8ebb07616501cab8
HS 2.0: Fix EST compilation with OpenSSL 1.1.0 and newer

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

Signed-off-by: Ben Greear <greearb@candelatech.com>
hs20/client/est.c