CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/08/19 13:27:00
Modified files: lib/libcrypto : Symbols.list Log message: Add back the ASN1_{,F,T}BOOLEAN_it ASN.1 items I was overeager to remove those a while back. This was dumb because this is about a basic ASN.1 type. The Gentoo maintainers found that tpm2-tools uses templated ASN.1 involving them. Fixes https://github.com/libressl/portable/issues/1178 ok beck jsing