Author :
tb
Date :
2024-10-03 06:24:07
Hash :770bc2e5 Message :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