CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2025/08/05 23:23:06
Modified files: usr.sbin/rpki-client: main.c parser.c Log message: Make struct entity passing more strict by checking the type. For repositories only pass the fields we care. The path attribute is optional since that is the temporary file path which is not used in -n mode. For all other object types pass everything as before but now some fileds become non-optional. OK tb@ job@