made is_newer() a certificate_t method

This commit is contained in:
Andreas Steffen
2008-03-18 10:36:08 +00:00
parent 50045c3b14
commit 8d49b51f8b
7 changed files with 227 additions and 138 deletions
+1 -1
View File
@@ -853,7 +853,7 @@ static void add_crl(private_stroke_t *this, crl_t* crl)
}
if (found)
{
new = crl->is_newer(crl, crl_c);
new = cert->is_newer(cert, current);
if (new)
{
this->creds.certs->remove_at(this->creds.certs, enumerator);