CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/14 01:09:18
Modified files:
lib/libcrypto : ossl_typ.h
lib/libcrypto/asn1: asn1.h asn1_locl.h
Log message:
Remove ASN1_OBJECT internals from public visibility.
Move the struct declaration to asn1_locl.h and add a forward
declaration to ossl_typ.h. This makes struct visibility in the
asn1 headers match OpenSSL.
ok inoguchi jsing
