summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/asn1_old.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Indent goto labels for diffability.jsing2021-12-251-2/+2
| | | | Whitespace change only.
* More consolidation of ASN.1 code.jsing2021-12-251-0/+180
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@