Move the guts of proc_parser_crl() into crl_parse(). This is actually
authortb <tb@openbsd.org>
Tue, 8 Feb 2022 11:51:51 +0000 (11:51 +0000)
committertb <tb@openbsd.org>
Tue, 8 Feb 2022 11:51:51 +0000 (11:51 +0000)
commit4bd8ba3acf10165740ed25c6b1d2d5040b8f0ee6
tree5f249c30aebe8b388305aef9f824f3e91f636eb2
parent75fb34f846d118dcb69097621031a067053af480
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
usr.sbin/rpki-client/crl.c
usr.sbin/rpki-client/extern.h
usr.sbin/rpki-client/parser.c