CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/03/11 09:02:06
Modified files:
lib/libcrypto/asn1: bio_ndef.c
Log message:
Tiny cleanup for readability
Turn a malloc() into calloc() and check two function calls directly
forever instead of a combined check afterward.
