Use static functions for EC_GFp_mont_method() implementation.
authorjsing <jsing@openbsd.org>
Tue, 7 Mar 2023 05:41:18 +0000 (05:41 +0000)
committerjsing <jsing@openbsd.org>
Tue, 7 Mar 2023 05:41:18 +0000 (05:41 +0000)
commit97c913a1dcd7db02a692ebb945d01ee4bb2f7f46
tree3a69e514ea46bd9de83a6c293b3f527e5a71d266
parentb4b98f925a4530f30641b108e6c353fa6577c674
Use static functions for EC_GFp_mont_method() implementation.

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

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