]> git.ipfire.org Git - thirdparty/hostap.git/commit
Remove the unused crypto_ec_cofactor() function
authorJouni Malinen <j@w1.fi>
Sat, 13 Apr 2019 14:33:15 +0000 (17:33 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 13 Apr 2019 15:28:05 +0000 (18:28 +0300)
commitcb5db189ed94b17fc5fcfe7f937dc3bc2868ccec
tree55c9d548ef467302ef0cd79ddd5bb460033c9d2f
parent8b093db2c3f489a74b67f687becf750d24fcf626
Remove the unused crypto_ec_cofactor() function

All users of this wrapper function were removed, so the wrapper can be
removed as well.

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