CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/06/25 11:43:56
Modified files:
lib/libcrypto/asn1: tasn_dec.c
Log message:
Use ints for boolean values.
Switch to using ints for boolean values and use 0 or 1 for constructed,
rather than using 0 the ASN.1 tag encoded value (1 << 5).
ok tb@
