CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/07 08:24:22
Modified files:
usr.sbin/rpki-client: ccr.c
Log message:
der_len needs to be int so that the error check around i2d_X509_PUBKEY()
works. Only positive der_len values make it to base64_encode() where it
is promoted to size_t which is fine.
OK tb@
