Use ints for boolean values.
authorjsing <jsing@openbsd.org>
Sat, 25 Jun 2022 17:43:56 +0000 (17:43 +0000)
committerjsing <jsing@openbsd.org>
Sat, 25 Jun 2022 17:43:56 +0000 (17:43 +0000)
commit96ded9f8e20bb035409c1da09217b77615250f59
tree9242478103ab19c594f03ff1be08d453d52306a9
parent161249d1ae65f1568e37ac9315083f1f329f3ed1
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@
lib/libcrypto/asn1/tasn_dec.c