CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/02/23 06:06:42
Modified files:
usr.sbin/rpki-client: parser.c
Log message:
rpki-client: simplify parse_load_crl_from_mft()
Now that we always inspect both locations if necessary, we can do away
with the loop and simply have the only caller call twice. Removes a
bunch of clever complexity and streamlines the code quite a bit.
ok claudio job
