CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/11 00:25:00
Modified files:
usr.sbin/rpki-client: cms.c
Log message:
rpki-client: change return 0 to goto out
This turns cms_parse_validate() into a single exit function and fixes
a return 0 that should have been return NULL since the last commit.
