Use calloc() for X509_CRL_METHOD_new() instead of malloc().
authorjsing <jsing@openbsd.org>
Fri, 3 Dec 2021 17:07:53 +0000 (17:07 +0000)
committerjsing <jsing@openbsd.org>
Fri, 3 Dec 2021 17:07:53 +0000 (17:07 +0000)
commit2f714b13d66c1308f4da41a345f2f44962ec996c
treedd9d242285b3fb185f1a280733b6cf9f0ac43fde
parentce3d60d308519ea7a1508c2d600de8f8fbae9d82
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@
lib/libcrypto/asn1/x_crl.c