Clean up d2i_ASN1_BOOLEAN() and i2d_ASN1_BOOLEAN().
authorjsing <jsing@openbsd.org>
Mon, 13 Dec 2021 17:56:15 +0000 (17:56 +0000)
committerjsing <jsing@openbsd.org>
Mon, 13 Dec 2021 17:56:15 +0000 (17:56 +0000)
commit7d9b6cf53b1f90d66c3ed1bfc2d29c9237fd870c
treeeb460c02b3f6e98870282116c41cb75fe9e38494
parente6e17ed5529e9eea8d7173c2385de9b8104f1849
Clean up d2i_ASN1_BOOLEAN() and i2d_ASN1_BOOLEAN().

Convert these to templated ASN.1, given we already have ASN1_BOOLEAN_it.

ok inoguchi@ tb@
lib/libcrypto/Makefile
lib/libcrypto/asn1/a_bool.c [deleted file]
lib/libcrypto/asn1/tasn_typ.c