]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP2: Fix CONFIG_DPP2=y build with OpenSSL 1.0.2
authorJouni Malinen <jouni@codeaurora.org>
Tue, 12 May 2020 18:02:39 +0000 (21:02 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 12 May 2020 18:02:39 +0000 (21:02 +0300)
commit0f58c88fc395cfad67a0ff9c29dc99b6f9931622
treea9c110db4bacb03e916bfab465814730228e82e9
parentdff67270b54b046a080e2d74f3b359b365ac35bc
DPP2: Fix CONFIG_DPP2=y build with OpenSSL 1.0.2

This file needs the EVP_PKEY_get0_EC_KEY() compatibility wrapper just
like other DPP source code files using this function.

Fixes: 21c612017b0c ("DPP: Move configurator backup into a separate source code file")
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/common/dpp_backup.c