Consolidate various ASN.1 code.
authorjsing <jsing@openbsd.org>
Wed, 15 Dec 2021 18:00:31 +0000 (18:00 +0000)
committerjsing <jsing@openbsd.org>
Wed, 15 Dec 2021 18:00:31 +0000 (18:00 +0000)
commite77f3548822db5efd6dafce2bcd4d762e18eefa1
tree1300193b3b3dd47e359bb075d6a85620a4c9ac8d
parent59c3bd6cdbf62a8a3d1fa480fc5f29f3f5a1ff15
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@
lib/libcrypto/Makefile
lib/libcrypto/asn1/a_bitstr.c
lib/libcrypto/asn1/a_enum.c
lib/libcrypto/asn1/a_int.c
lib/libcrypto/asn1/a_string.c [new file with mode: 0644]
lib/libcrypto/asn1/asn1_lib.c
lib/libcrypto/asn1/f_enum.c [deleted file]
lib/libcrypto/asn1/f_int.c [deleted file]
lib/libcrypto/asn1/f_string.c [deleted file]
lib/libcrypto/asn1/t_bitst.c [deleted file]