CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/09/11 11:22:52
Modified files:
lib/libcrypto/asn1: asn1.h asn1_locl.h
Log message:
Remove c2i_* and i2c_* from public visibility
This removes c2i_ASN1_OBJECT(), {c2i,i2c}_ASN1_BIT_STRING() and
{c2i,i2c}_ASN1_INTEGER(). These are not part of the OpenSSL 1.1
API and should never have been exposed in the first place.
ok jsing
