diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-10-08 11:25:33 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-10-08 11:25:43 +0200 |
commit | 0354d5703d87da94f08865fed8bb95a23893775f (patch) | |
tree | dc9741a51f0729314145f426655a6dd61482dba0 /src/pluto/crl.h | |
parent | 4b1cd5a367058f2fe09d5e0e49a4c79eb5cd0193 (diff) | |
download | strongswan-0354d5703d87da94f08865fed8bb95a23893775f.tar.bz2 strongswan-0354d5703d87da94f08865fed8bb95a23893775f.tar.xz |
migrated public key IDs to identification_t
Diffstat (limited to 'src/pluto/crl.h')
-rw-r--r-- | src/pluto/crl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/crl.h b/src/pluto/crl.h index cf8aa54b7..bac0717a0 100644 --- a/src/pluto/crl.h +++ b/src/pluto/crl.h @@ -26,7 +26,7 @@ struct x509crl { certificate_t *crl; x509crl_t *next; linked_list_t *distributionPoints; - chunk_t signature; + chunk_t signature; }; /* apply a strict CRL policy |