CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/07/31 03:46:57
Modified files: usr.sbin/rpki-client: cert.c Log message: Start shuffling cert.c into a better order Most of this file now revolves around cert_parse_internal(). Shuffle the helper functions into the order they are used in that function. This is split into several steps to make diffs easy to review. ok job