use crl_reason_t definition from <credentials/certificates/crl.h>

This commit is contained in:
Andreas Steffen
2009-08-31 22:58:34 +02:00
parent 6180a55852
commit a63f62c03b
2 changed files with 0 additions and 29 deletions
-14
View File
@@ -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,