aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2008-03-18 10:36:08 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2008-03-18 10:36:08 +0000
commit8d49b51f8b7334f399fb36ae24fa959eaedb4b83 (patch)
tree050eeef2c541dc5614e6a615706794bde433fe3e /src/charon/plugins
parent50045c3b1415bcfebd32e3d95b63c3ca96a6d5d3 (diff)
downloadstrongswan-8d49b51f8b7334f399fb36ae24fa959eaedb4b83.tar.bz2
strongswan-8d49b51f8b7334f399fb36ae24fa959eaedb4b83.tar.xz
made is_newer() a certificate_t method
Diffstat (limited to 'src/charon/plugins')
-rwxr-xr-xsrc/charon/plugins/stroke/stroke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/plugins/stroke/stroke.c b/src/charon/plugins/stroke/stroke.c
index cfea9187d..c3ee3305d 100755
--- a/src/charon/plugins/stroke/stroke.c
+++ b/src/charon/plugins/stroke/stroke.c
@@ -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);