Use static functions for EC_GFp_nist_method() implementation.
authorjsing <jsing@openbsd.org>
Tue, 7 Mar 2023 05:45:14 +0000 (05:45 +0000)
committerjsing <jsing@openbsd.org>
Tue, 7 Mar 2023 05:45:14 +0000 (05:45 +0000)
commitbcb30c03352ff8081c5c74b6c2b45d161f147691
treed3a4240c6987efe9cea63450633a4dd41afbca0a
parent97c913a1dcd7db02a692ebb945d01ee4bb2f7f46
Use static functions for EC_GFp_nist_method() implementation.

Move the EC_METHOD to the bottom of the file, which allows implementation
functions to become static. Remove unneeded prototypes.

ok tb@
lib/libcrypto/ec/ec_local.h
lib/libcrypto/ec/ecp_nist.c