CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/28 04:30:16
Modified files:
lib/libcrypto : Symbols.list Symbols.namespace
lib/libcrypto/asn1: a_bitstr.c asn1.h
lib/libcrypto/hidden/openssl: asn1.h
Log message:
Remove ASN1_BIT_STRING_check
This was added with the TS code for no discernible reason. I could not
find a single consumer. In the unlikely event that you need this, it is
easy enough to write a better version of it yourself.
ok jsing
