CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/11/06 01:59:32
Modified files:
lib/libcrypto/ec: ec_lib.c
Log message:
Switch EC_GROUP_new() to calloc()
Use a single cleanup path, use calloc rather than setting several members
to 0/NULL. This has the side effect that finished can be called even when
init() wasn't called, but this isn't an issue with our EC_GROUP_METHODs.
ok jsing
