]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: Fix build with BoringSSL and LibreSSL 3.3.x and older
authorJouni Malinen <j@w1.fi>
Fri, 15 Apr 2022 09:19:52 +0000 (12:19 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 15 Apr 2022 10:00:08 +0000 (13:00 +0300)
commitb95ed17f6b2905bdf2cca737888ea5fe26d5657d
tree598d5d1b052a82d95332a900699c16a8c4b121b9
parentae0f6ee97ed4924189f2cd68548d2a971f17d67e
OpenSSL: Fix build with BoringSSL and LibreSSL 3.3.x and older

Define the EC_GROUP_get_curve() wrapper for the older versions.

Fixes: 3c61f4db4c3b ("OpenSSL: Replace EC_GROUP_get_curve_GFp() calls with EC_GROUP_get_curve()")
Signed-off-by: Jouni Malinen <j@w1.fi>
src/crypto/crypto_openssl.c