CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/15 11:00:32
Modified files:
lib/libcrypto : Makefile
lib/libcrypto/asn1: a_bitstr.c a_enum.c a_int.c asn1_lib.c
Added files:
lib/libcrypto/asn1: a_string.c
Removed files:
lib/libcrypto/asn1: f_enum.c f_int.c f_string.c t_bitst.c
Log message:
Consolidate various ASN.1 code.
Rather than having multiple files per type (with minimal code per file),
use one file per type (a_<type>.c).
No functional change.
Discussed with tb@
