CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/14 01:16:13
Modified files:
lib/libcrypto/asn1: asn1t.h
lib/libcrypto/cms: cms_asn1.c
lib/libcrypto/ec: ec_asn1.c
lib/libcrypto/pkcs12: p12_asn.c
lib/libcrypto/pkcs7: pk7_asn1.c
lib/libcrypto/x509: x509_cpols.c
Log message:
Garbage collect the app_items field of ASN1_ADB
This is unused and was removed in OpenSSL 5b70372d when it was
replaced with an ASN.1 ADB callback (which we don't support).
ok inoguchi jsing
