CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/03/30 01:12:30
Modified files:
lib/libcrypto/hmac: hm_pmeth.c
Log message:
pkey_hmac_init(): use calloc()
Instead of using malloc() and setting most struct members to 0,
simply use calloc().
ok bcook jsing
