Renamed purgex509/crl to purgecerts/crls to be consistent with list commands

This commit is contained in:
Martin Willi
2010-12-10 11:21:55 +01:00
parent 7e7efa647e
commit cf5866b9c0
6 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -359,11 +359,11 @@ static void stroke_purge(private_stroke_socket_t *this,
{
lib->credmgr->flush_cache(lib->credmgr, CERT_X509_OCSP_RESPONSE);
}
if (msg->purge.flags & PURGE_CRL)
if (msg->purge.flags & PURGE_CRLS)
{
lib->credmgr->flush_cache(lib->credmgr, CERT_X509_CRL);
}
if (msg->purge.flags & PURGE_X509)
if (msg->purge.flags & PURGE_CERTS)
{
lib->credmgr->flush_cache(lib->credmgr, CERT_X509);
}