CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/02/03 04:27:55
Modified files: usr.sbin/rpki-client: parser.c Log message: proc_parser_mft: simplify logic slightly This aligns the mft2 case with mft1. There's still a bunch of cleanup needed in here, but the logic seems to converge to something mere mortals can follow. ok job