CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/07/08 05:42:45
Modified files:
usr.sbin/rpki-client: main.c
Log message:
Rework the special case for CRL files when it comes to the entity_queue.
CRL are not accounted in the entity_queue, they are loaded together with
MFT files and passed back together as well. Instead of increasing
entity_queue skip the entity_queue decrease at the end of the function
for CRL files. This way goto done cases will account CRLs correctly as well.
OK tb@