CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2021/12/25 05:00:22

Modified files:
        lib/libcrypto  : Makefile 
        lib/libcrypto/asn1: asn1_locl.h 
Added files:
        lib/libcrypto/asn1: asn1_item.c asn1_old.c 
Removed files:
        lib/libcrypto/asn1: a_d2i_fp.c a_digest.c a_dup.c a_i2d_fp.c 
                            a_sign.c a_verify.c 

Log message:
More consolidation of ASN.1 code.

Consolidate various ASN1_item_* functions into asn1_item.c and the
remaining NO_OLD_ASN1 code (not to be confused with the NO_ASN1_OLD code)
into asn1_old.c. This is preferable to having many files, often with one
or two functions per file.

No functional change.

Discussed with tb@

Reply via email to