aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/ca.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstrongswan/crypto/ca.c')
-rw-r--r--src/libstrongswan/crypto/ca.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstrongswan/crypto/ca.c b/src/libstrongswan/crypto/ca.c
index 9633c77be..1f566a098 100644
--- a/src/libstrongswan/crypto/ca.c
+++ b/src/libstrongswan/crypto/ca.c
@@ -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))