CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/07/05 09:05:12
Modified files: usr.sbin/rpki-client: cert.c Log message: rpki-client: kill CPS printing in very verbose mode This predated file mode by a bit and at that time it seemed a good idea to provide access to it although it kind of made things excessively verbose. This info is now easily accessible with -fv, so silence this chatterbox. ok job