CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/02/08 04:51:52
Modified files:
usr.sbin/rpki-client: crl.c extern.h parser.c
Log message:
Move the guts of proc_parser_crl() into crl_parse(). This is actually
parsing the CRL, so it makes more sense to have it there. It will also
make an upcoming change easier. While there, rename free_crl() into
crl_free() for consistency with all other *_free() functions.
input/ok claudio
