CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/24 02:12:00
Modified files:
usr.sbin/rpki-client: main.c
Log message:
queue_add_from_cert() and queue_add_from_tal() are both called with properly
validated certs / tals and there is no need to double check if the URIs
point to the right resource again. rtype_resolve() is now unused and can
be removed.
OK tb@
