Split eContent extration into a small helper
authortb <tb@openbsd.org>
Sat, 26 Nov 2022 12:36:19 +0000 (12:36 +0000)
committertb <tb@openbsd.org>
Sat, 26 Nov 2022 12:36:19 +0000 (12:36 +0000)
commitf8cba460b943d19852738df29fbf7e38f2047c5e
tree60c770a0998c5805fde6858fc7fa150b5f766807
parent9a2ff1eb3c8da8a33cce34c13b1f55c474a3e9ee
Split eContent extration into a small helper

job didn't like jumping over a bunch of code, so handle this via a small
helper. It's not as if cms_parse_validate_internal() could not do with a
bit of splitting in general.

ok job
usr.sbin/rpki-client/cms.c