Move EC_GFp_simple_method() to the bottom of the file.
authorjsing <jsing@openbsd.org>
Tue, 7 Mar 2023 05:54:40 +0000 (05:54 +0000)
committerjsing <jsing@openbsd.org>
Tue, 7 Mar 2023 05:54:40 +0000 (05:54 +0000)
commitf2c8e5f9217c8549ecf338d074468ff3071d2cb6
tree0827d745576b04f2b5e32c45cff159faf61569fe
parent57afdfdd67b9071303f079956d631d4cc1c4890d
Move EC_GFp_simple_method() to the bottom of the file.

Most of the implemeentation functions for EC_GFp_simple_method() are reused
by other code, hence they cannot be made static. However, this keeps the
pattern consistent.

ok tb@
lib/libcrypto/ec/ecp_smpl.c