CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/11/05 11:03:15
Modified files:
lib/libcrypto/x509: x509_lu.c
Log message:
Cleanup X509_LOOKUP_new()
Switch from malloc() to calloc() and drop a bunch of initializations
to 0. Call the returned object lu instead of the generic ret.
ok jsing
