diff options
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); |