CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2021/03/10 01:09:41
Modified files: usr.sbin/rpki-client: main.c Log message: When adding files from the manifest only the .crl need to be first, after that the order does not matter so simplify the code and just walk the list twice. Add the .crl first and then in the second round all other files. OK job@