CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2022/01/24 10:29:37
Modified files: usr.sbin/rpki-client: extern.h main.c mft.c parser.c Log message: Adjust code to handle unsupported file types a bit more graceful. The file still needs to match its hash to make the MFT valid but then there will only be a warning printed. Parsing of other files from that MFT are not influenced. OK tb@