CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/03 07:19:57
Modified files:
lib/libcrypto/evp: pmeth_lib.c
Log message:
Use calloc() in EVP_PKEY_meth_new() instead of malloc() and setting
almost all members to 0. Just set the two things that need setting.
ok jsing
