CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/02/14 03:49:01
Modified files:
usr.sbin/rpki-client: x509.c
Log message:
rpki-client: simplify x509_get_ski()
Use X509_public_digest() to calculate the SKI to get rid of a few dances
and weirdly named variables.
ok claudio
