CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/01/01 02:57:02
Modified files:
lib/libcrypto/ec: ec_lib.c ec_local.h ecp_methods.c
Log message:
Garbage collect .group_init()
For both in-tree methods these are just complicated ways of zeroing part
of the group object. The group is allocated with calloc(), so it's all
entirely pointless.
ok jsing
