cosmetics in debug output

This commit is contained in:
Andreas Steffen
2007-04-06 10:35:13 +00:00
parent f5fc277463
commit babdde4fa4
2 changed files with 27 additions and 16 deletions
+2 -2
View File
@@ -196,7 +196,7 @@ static void add_crl(private_ca_info_t *this, crl_t *crl)
else
{
crl->destroy(crl);
DBG1(" this crl is older - existing crl retained");
DBG1(" this crl is not newer - existing crl retained");
}
}
else
@@ -505,7 +505,7 @@ static cert_status_t verify_by_crl(private_ca_info_t* this, certinfo_t *certinfo
else
{
crl->destroy(crl);
DBG1("this crl is older - existing crl retained");
DBG1("this crl is not newer - existing crl retained");
continue;
}
if (crl->is_valid(crl))