CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/06/07 03:28:00
Modified files:
lib/libcrypto/asn1: tasn_prn.c
Log message:
Fix smatch warning in asn1_primitive_print()
Remove unnecessary and inconsistent NULL check for 'it', which the only
caller, asn1_item_print_ctx(), already dereferenced.
found by jsg
ok kenjiro
