CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2025/02/25 08:55:26
Modified files: usr.sbin/rpki-client: extern.h filemode.c mft.c parser.c Log message: Pass the X509_STORE_CTX and BN_CTX down to the various functions instead of using global symbols. OK tb@