Move EC_GROUP_check() to ec_lib.c
authortb <tb@openbsd.org>
Sat, 19 Oct 2024 08:26:03 +0000 (08:26 +0000)
committertb <tb@openbsd.org>
Sat, 19 Oct 2024 08:26:03 +0000 (08:26 +0000)
commitc827a8a4ea864ebc2b03b1710148fb5c896dfe66
tree24f7809d37e418e0f4efb34800f2bd1a40627581
parent9cfd9950dbe9e4fa01103525a95a6164483da902
Move EC_GROUP_check() to ec_lib.c

EC_GROUP_check() is quite simple. It doesn't need to use its own file.
lib/libcrypto/Makefile
lib/libcrypto/ec/ec_check.c [deleted file]
lib/libcrypto/ec/ec_lib.c