Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Indent goto labels for diffability. | jsing | 2021-12-25 | 1 | -2/+2 |
| | | | | Whitespace change only. | ||||
* | More consolidation of ASN.1 code. | jsing | 2021-12-25 | 1 | -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@ |