Author :
tb
Date :
2025-06-07 09:28:00
Hash :2062ef68 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