CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2026/05/28 22:17:55

Modified files:
        usr.sbin/acme-client: revokeproc.c 

Log message:
acme-client: use _get0_ instead of _getm_ for const correctness

The revokeproc doesn't modify the Validity, so use a const ASN1_TIME and
switch to X509_get0_notBefore()/X509_get0_notAfter().

suggested by job a long time ago

Reply via email to