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/crl.h | |
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/crl.h')
-rw-r--r-- | src/pluto/crl.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/pluto/crl.h b/src/pluto/crl.h index 1684767c5..cf8aa54b7 100644 --- a/src/pluto/crl.h +++ b/src/pluto/crl.h @@ -25,7 +25,6 @@ typedef struct x509crl x509crl_t; struct x509crl { certificate_t *crl; x509crl_t *next; - time_t installed; linked_list_t *distributionPoints; chunk_t signature; }; @@ -44,10 +43,6 @@ extern bool cache_crls; * check periodically for expired crls */ extern long crl_check_interval; - -/* used for initialization */ -extern const x509crl_t empty_x509crl; - extern void load_crls(void); extern void check_crls(void); extern bool insert_crl(x509crl_t *crl, char *crl_uri, bool cache_crl); |