summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/a_string.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate various ASN.1 code.jsing2021-12-151-0/+333
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@