CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/01/04 11:41:32
Modified files:
usr.sbin/rpki-client: main.c parser.c
Log message:
Pass the filename back from the parser to the parent.
The parent will then add the filename to the filepath tree instead
of doing that in entity_write_req(). In the parser pass the filename
instead of the full entity object to various proc_parser functions.
With this it will be possible to check more then one file in the parser.
OK tb@, earlyer version OK benno@