CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/05/09 08:27:21
Modified files:
lib/libcrypto/x509: x509_req.c
Log message:
Streamline X509_REQ_check_private_key() a bit
Use better variable names, split the success from the error path and
return directly rather than using an ok variable.
ok jsing
