CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2021/12/03 09:58:11
Modified files: lib/libcrypto/asn1: a_object.c Log message: Convert ASN1_OBJECT_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@