Pass the filename back from the parser to the parent.
authorclaudio <claudio@openbsd.org>
Tue, 4 Jan 2022 18:41:32 +0000 (18:41 +0000)
committerclaudio <claudio@openbsd.org>
Tue, 4 Jan 2022 18:41:32 +0000 (18:41 +0000)
commitde22d3681b5801df19c9af961f5524da7d8ff3dd
tree9f5ee7ea1c4cc606b50bbced52b10db2cfe27db8
parent86bd3e152b682eafa81daf72080ee5d2786add58
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@
usr.sbin/rpki-client/main.c
usr.sbin/rpki-client/parser.c