diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-08-31 22:58:34 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-08-31 22:58:34 +0200 |
commit | a63f62c03b07d08a02de181e9d156e0e49e55231 (patch) | |
tree | acf2b8701a564537e867b620c31ea3a7d54a7663 /src/pluto/constants.c | |
parent | 6180a55852afaf7fee4086a45dccbff9d7f7dfa8 (diff) | |
download | strongswan-a63f62c03b07d08a02de181e9d156e0e49e55231.tar.bz2 strongswan-a63f62c03b07d08a02de181e9d156e0e49e55231.tar.xz |
use crl_reason_t definition from <credentials/certificates/crl.h>
Diffstat (limited to 'src/pluto/constants.c')
-rw-r--r-- | src/pluto/constants.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/pluto/constants.c b/src/pluto/constants.c index e46728d84..d9cf07eee 100644 --- a/src/pluto/constants.c +++ b/src/pluto/constants.c @@ -61,20 +61,6 @@ enum_names version_names = ISAKMP_MAJOR_VERSION<<ISA_MAJ_SHIFT | ISAKMP_MINOR_VERSION, version_name, NULL }; -/* RFC 2459 CRL reason codes */ - -ENUM(crl_reason_names, REASON_UNSPECIFIED, REASON_REMOVE_FROM_CRL, - "unspecified", - "key compromise", - "ca compromise", - "affiliation changed", - "superseded", - "cessation of operation", - "certificate hold", - "reason #7", - "remove from crl" -); - /* RFC 3706 Dead Peer Detection */ ENUM(dpd_action_names, DPD_ACTION_NONE, DPD_ACTION_RESTART, |