Renamed purgex509/crl to purgecerts/crls to be consistent with list commands
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user