CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/03/15 00:28:55
Modified files: lib/libcrypto/asn1: bio_ndef.c Log message: Push calloc() of ndef_aux down as far as possible and pull the setting of the ex_arg up, so we can do error checking. ok jsing