Use static functions for EC_GF2m_simple_method() implementation.
authorjsing <jsing@openbsd.org>
Tue, 7 Mar 2023 05:50:59 +0000 (05:50 +0000)
committerjsing <jsing@openbsd.org>
Tue, 7 Mar 2023 05:50:59 +0000 (05:50 +0000)
commitbc80f338bec4f13f560023fbe49fc66b02b7072d
tree01cb89e34140b8aff15b3f74d46fe338e6e0a224
parentbcb30c03352ff8081c5c74b6c2b45d161f147691
Use static functions for EC_GF2m_simple_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/ec2_smpl.c
lib/libcrypto/ec/ec_local.h