CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/03 10:07:53
Modified files:
lib/libcrypto/asn1: x_crl.c
Log message:
Use calloc() for X509_CRL_METHOD_new() instead of malloc().
This ensures that if any members are added to this struct, they will be
initialised.
ok schwarze@ tb@
