CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2021/12/03 10:10:49

Modified files:
        lib/libcrypto/asn1: tasn_prn.c 

Log message:
Convert ASN1_PCTX_new() to calloc().

Rather than using malloc() and then initialising all struct members to zero
values, use calloc().

ok schwarze@ tb@

Reply via email to