CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/02 20:23:33
Modified files:
usr.sbin/rpki-client: cert.c
Log message:
rpki-client: const correct cert extension handlers
The only reason the extension passed in wasn't const was X509V3_EXT_d2i(),
for which we now cast away const.
discussed with claudio
