]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: Use new name for the EC_POINT set/get coordinate functions
authorJouni Malinen <j@w1.fi>
Sat, 23 Apr 2022 08:09:28 +0000 (11:09 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 23 Apr 2022 08:09:28 +0000 (11:09 +0300)
commitfc96f6802e8485226ac12294d0c5632e77525cbf
tree131cd9ac3a93982b7521f954f2074b96ad3dcf89
parent0aae045af0c5a60dff64ebe4d7392f32cdc90c15
OpenSSL: Use new name for the EC_POINT set/get coordinate functions

OpenSSL 1.1.1 deprecated the function names with the _GFp postfix, so
move to the new function name. Add backwards compatibility wrappers for
older versions.

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