CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2021/04/01 02:29:10
Modified files: usr.sbin/rpki-client: parser.c Log message: Make build_crls() behave like build_chain(). If there is not auth data just NULL the STACK_OF() pointer since libcrypto calls can handle that. Update comments to be more accurate. With and OK tb@