CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/03/06 05:00:27
Modified files: lib/libcrypto/asn1: tasn_enc.c Log message: Rework asn1_item_flags_i2d() Flip the logic of NULL checks on out and *out to unindent, use calloc() instead of malloc() and check on assign. Also drop the newly added len2 again, it isn't needed. ok jsing