jcs's openbsd hax
openbsd
219802
5
0
Clone this repository
https://tangled.org/jcs.org/openbsd-src
https://tangled.org/did:plc:6ashubrd3ihfmnrpsatviswa/openbsd-src
git@git.jcs.org:jcs.org/openbsd-src
git@git.jcs.org:did:plc:6ashubrd3ihfmnrpsatviswa/openbsd-src
For self-hosted knots, clone URLs may differ based on your setup.
Download tar.gz
Change asn1_template_ex_d2i() so that we short circuit in the no explicit
tagging case.
Split out the SET OF/SEQUENCE OF handling from asn1_template_noexp_d2i()
into a asn1_template_stack_of_d2i() function and simplify the remaining
code.
ok tb@
ok patrick@, dtucker@
Should have been part of a previous commit.
ok jsing