CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2021/03/19 03:43:59
Modified files: usr.sbin/rpki-client: main.c Log message: Delay chdir to the cache directory to after parsing the tal files. Using the -t option relative locations can be passed as tal locations and so the process can not chdir until these files were read. OK job@