]> git.ipfire.org Git - thirdparty/hostap.git/commit
crypto: Remove unused crypto_ec_point_solve_y_coord()
authorJouni Malinen <j@w1.fi>
Fri, 7 Jan 2022 17:44:10 +0000 (19:44 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 11 Jan 2022 18:15:36 +0000 (20:15 +0200)
commit9b14aed90887e1ec35830d60eea9ebde6a2cf814
tree8c64ed6c58361354f9d0c7d96d07c6481e07123e
parent8c502336d40cdb8d211e4f8b8d59d7d282253733
crypto: Remove unused crypto_ec_point_solve_y_coord()

This wrapper function is not used anymore, so remove it.

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