CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2022/04/19 07:52:24
Modified files: usr.sbin/rpki-client: extern.h main.c output-json.c output.c Log message: Change type of talsz and dependent code from size_t to int. Tal ids are already stored as int and and talsz is the limit for these ids. OK tb@