CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2021/11/04 05:32:55
Modified files: usr.sbin/rpki-client: cert.c extern.h main.c output-csv.c output-json.c output.c parser.c roa.c tal.c validate.c Log message: Instead of passing tal descriptions around just pass a tal id and use a small lookup table to print the description in the output path. OK tb@