Small documentation fixes (Howard Lum <howard@pumpkin.canada.sun.com>)

This commit is contained in:
Lutz Jänicke
2001-10-08 08:37:24 +00:00
parent 467889703a
commit e1c279b63d
2 changed files with 6 additions and 6 deletions

View File

@@ -95,7 +95,7 @@ const char *X509_verify_cert_error_string(long n)
case X509_V_ERR_CRL_NOT_YET_VALID:
return("CRL is not yet valid");
case X509_V_ERR_CERT_HAS_EXPIRED:
return("Certificate has expired");
return("certificate has expired");
case X509_V_ERR_CRL_HAS_EXPIRED:
return("CRL has expired");
case X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD: