CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/05/09 23:19:23
Modified files:
lib/libcrypto/asn1: asn1t.h tasn_dec.c tasn_fre.c tasn_new.c
tasn_utl.c
Log message:
Remove ASN.1 combining.
This was an option used to combine ASN.1 into a single structure, which was
only ever used by DSAPublicKey and X509_ATTRIBUTE. Since they no longer use
it we can mop this up and simplify all of the related code.
ok tb@
