CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/02 20:41:03
Modified files:
usr.sbin/rpki-client: cert.c
Log message:
rpki-client: stop aligning variables in cert_parse_extensions()
While it looks a bit tidier if the variables are aligned with a tab in
the declarations, this is also a source of churn, so give up on this in
this function.
