CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/05/24 01:49:46
Modified files:
lib/libcrypto/asn1: ameth_lib.c
Log message:
As calloc does the zeroing for us in EVP_PKEY_asn1_new() already, no need
to do it a second time by hand, badly. While here, do some style cleanup.
This incomplete list of function pointers appears in EVP_PKEY_asn1_copy()
as well, fix it by adding sig_print to the members copied over.
ok bcook
