]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP2: Fix build with OpenSSL 1.0.2 (EVP_PKEY_get0_EC_KEY() wrapper)
authorJouni Malinen <j@w1.fi>
Sun, 29 Mar 2020 15:56:48 +0000 (18:56 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 29 Mar 2020 18:15:16 +0000 (21:15 +0300)
commit80914e9eb2e451d5b75f786e934b4c078944b5a2
treee48de6c4253bbfe2bbb24565649a1cb063b3b28b
parent478bc00b5f7ae0b90eb070fe865f1e59c4faf360
DPP2: Fix build with OpenSSL 1.0.2 (EVP_PKEY_get0_EC_KEY() wrapper)

EVP_PKEY_get0_EC_KEY() was added in OpenSSL 1.1.0, so add a
compatibility wrapper for it when building with OpenSSL 1.0.2.

Fixes: c025c2eb5911 ("DPP: DPPEnvelopedData generation for Configurator backup")
Fixes: 7d9e3200544c ("DPP: Received Configurator backup processing")
Signed-off-by: Jouni Malinen <j@w1.fi>
src/common/dpp.c