From: Andreas Steffen Date: Fri, 6 Aug 2010 04:06:40 +0000 (+0200) Subject: added TTLS to EAP short names, too X-Git-Tag: 4.5.0~565 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd8ad4198d9c9961d54fac0f58eb550a8a5f1565;p=thirdparty%2Fstrongswan.git added TTLS to EAP short names, too --- diff --git a/src/libstrongswan/credentials/auth_cfg.c b/src/libstrongswan/credentials/auth_cfg.c index 0c1aba1c41..9b3078f06c 100644 --- a/src/libstrongswan/credentials/auth_cfg.c +++ b/src/libstrongswan/credentials/auth_cfg.c @@ -63,7 +63,9 @@ ENUM_NEXT(eap_type_short_names, EAP_TLS, EAP_TLS, EAP_GTC, "TLS"); ENUM_NEXT(eap_type_short_names, EAP_SIM, EAP_SIM, EAP_TLS, "SIM"); -ENUM_NEXT(eap_type_short_names, EAP_AKA, EAP_AKA, EAP_SIM, +ENUM_NEXT(eap_type_short_names, EAP_TTLS, EAP_TTLS, EAP_SIM, + "TTLS"); +ENUM_NEXT(eap_type_short_names, EAP_AKA, EAP_AKA, EAP_TTLS, "AKA"); ENUM_NEXT(eap_type_short_names, EAP_MSCHAPV2, EAP_MSCHAPV2, EAP_AKA, "MSCHAPV2");