From: Martin Willi Date: Fri, 9 Dec 2011 14:22:30 +0000 (+0100) Subject: Added missing XAuth auth_class enum name X-Git-Tag: 5.0.0~338^2~9^2~270 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21c916886df44c5f3bd829239b9431f422c754e0;p=thirdparty%2Fstrongswan.git Added missing XAuth auth_class enum name --- diff --git a/src/libstrongswan/credentials/auth_cfg.c b/src/libstrongswan/credentials/auth_cfg.c index c9a8be61eb..3420e3157b 100644 --- a/src/libstrongswan/credentials/auth_cfg.c +++ b/src/libstrongswan/credentials/auth_cfg.c @@ -23,11 +23,12 @@ #include #include -ENUM(auth_class_names, AUTH_CLASS_ANY, AUTH_CLASS_EAP, +ENUM(auth_class_names, AUTH_CLASS_ANY, AUTH_CLASS_XAUTH, "any", "public key", "pre-shared key", "EAP", + "XAuth", ); ENUM(auth_rule_names, AUTH_RULE_IDENTITY, AUTH_HELPER_REVOCATION_CERT,