CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/13 06:46:03
Modified files:
usr.sbin/rpki-client: extern.h mft.c parser.c repo.c validate.c
Log message:
Alter valid_filehash() to take a file descriptor instead of a path.
This is needed so that callers can allow a file to be in multiple
locations. Also move mft_check() from mft.c to parser.c.
OK tb@
