CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/03/24 04:46:38
Modified files:
lib/libcrypto/asn1: tasn_prn.c
Log message:
Fix ASN1 print functions
Check and print out boolean type properly.
Based on OpenSSL commit ad72d9fdf7709ddb97a58d7d45d755e6e0504b96.
Reduced unneeded parentheses from if condition.
Check return value from i2s_ASN1_INTEGER.
Based on OpenSSL commit 5e3553c2de9a365479324b8ba8b998f0cce3e527.
Added if condition expression and return 0 if NULL is returned.
ok tb@