]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Fix build with OpenSSL 1.1.0
authorJouni Malinen <j@w1.fi>
Mon, 17 Jul 2017 09:26:44 +0000 (12:26 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 17 Jul 2017 09:26:44 +0000 (12:26 +0300)
commit809c675029fed0cfc9ce692e98439c14fb68c42a
tree4c3d50c5ab15763425342741299b59bf6680e647
parent89971d8b1e328a2f79699c953625d1671fd40384
DPP: Fix build with OpenSSL 1.1.0

X509_ALGOR_get0() was modified to use const ** pointer as the first
argument in OpenSSL 1.1.0, so need to use different type here to avoid
compilation issues.

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