CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2021/12/03 10:01:07
Modified files: lib/libcrypto/asn1: asn1_lib.c Log message: Convert ASN1_STRING_type_new() to calloc(). Rather than using malloc() and then initialising all struct members, use calloc() and only initialise the single non-zero value member. ok schwarze@ tb@