Moved eap-tls plugin to libcharon, updated to 4.4.1 APIs

This commit is contained in:
Martin Willi
2010-08-03 15:39:25 +02:00
parent 400df4ca7c
commit 0b71bc7af0
28 changed files with 57 additions and 34 deletions
+3 -1
View File
@@ -57,7 +57,9 @@ ENUM_BEGIN(eap_type_short_names, EAP_IDENTITY, EAP_GTC,
"MD5",
"OTP",
"GTC");
ENUM_NEXT(eap_type_short_names, EAP_SIM, EAP_SIM, EAP_GTC,
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,
"AKA");