diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-10-06 16:49:46 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-10-06 16:49:46 +0200 |
commit | ce2f2461e02aaa0eec6da2b7fbc06c3e40c3154f (patch) | |
tree | 8a7e8e3915f46727cc694ca7efdd612e6f9ddd44 /src/pluto/ipsec_doi.c | |
parent | f3e9eae28394943822fde4ad75c94c5e71384c55 (diff) | |
download | strongswan-ce2f2461e02aaa0eec6da2b7fbc06c3e40c3154f.tar.bz2 strongswan-ce2f2461e02aaa0eec6da2b7fbc06c3e40c3154f.tar.xz |
pluto and charon now have the same ipsec listall output format
Diffstat (limited to 'src/pluto/ipsec_doi.c')
-rw-r--r-- | src/pluto/ipsec_doi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pluto/ipsec_doi.c b/src/pluto/ipsec_doi.c index eaa4a7a8c..e4560bc90 100644 --- a/src/pluto/ipsec_doi.c +++ b/src/pluto/ipsec_doi.c @@ -2173,7 +2173,6 @@ static void decode_cert(struct msg_digest *md) BUILD_END); if (cert.cert) { - time(&cert.installed); if (verify_x509cert(&cert, strict_crl_policy, &valid_until)) { DBG(DBG_PARSING, |