CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/18 10:26:41
Modified files:
usr.sbin/rpki-client: ccr.c extern.h print.c
Log message:
rpki-client: switch subordinates in CCR manifests to a simple queue
Using a simple list meant that we reversed the order on parsing, resulting
in confusing output in file mode. This is output cosmetics: the CCR DER is
unaffected.
Problem spotted by/ok job (who also wrote the exact same diff)
