Remove precompute_mult/have_precompute_mult from EC_METHOD.
authorjsing <jsing@openbsd.org>
Sat, 24 Jun 2023 18:21:07 +0000 (18:21 +0000)
committerjsing <jsing@openbsd.org>
Sat, 24 Jun 2023 18:21:07 +0000 (18:21 +0000)
commitafdc57eab5bd921a48cd2b40985eee6550c7da44
treecb62d2c13f237782913c9ba144e6e74389245134
parent8294d15d3f77089013ce15750e769063decd881c
Remove precompute_mult/have_precompute_mult from EC_METHOD.

These are no longer in use - stub EC_GROUP_precompute_mult() and
EC_GROUP_have_precompute_mult() to match their existing behaviour.

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