Remove the unused field_mod_func from EC_GROUP
authortb <tb@openbsd.org>
Thu, 3 Oct 2024 06:24:07 +0000 (06:24 +0000)
committertb <tb@openbsd.org>
Thu, 3 Oct 2024 06:24:07 +0000 (06:24 +0000)
commit770bc2e5805f34930562cebfe55d841c0af98600
tree7eba9f5042947433742de953b8261b3993b5277d
parent3835afffd9e0c4fae7ff4211e466db358c7cba53
Remove the unused field_mod_func from EC_GROUP

This was only used by the NIST method. For all other group methods it's
an uninitialized pointer (as EC_GROUP_new() still uses the malloc + set
all members to 0 idiom).

ok jsing
lib/libcrypto/ec/ec_local.h