aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/eap_tnc/eap_tnc.h
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2013-02-12 20:38:05 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2013-02-12 20:38:05 +0100
commit2a421163bf4ff8f541187c88d6b7c67529cec6bd (patch)
tree16ac649a2c7511b222019218306457083b9f3f1f /src/libcharon/plugins/eap_tnc/eap_tnc.h
parent3e56352815ec786c69ca43c9f89b35ccc7634427 (diff)
downloadstrongswan-2a421163bf4ff8f541187c88d6b7c67529cec6bd.tar.bz2
strongswan-2a421163bf4ff8f541187c88d6b7c67529cec6bd.tar.xz
make TNC client authentication type available to IMVs
Diffstat (limited to 'src/libcharon/plugins/eap_tnc/eap_tnc.h')
-rw-r--r--src/libcharon/plugins/eap_tnc/eap_tnc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libcharon/plugins/eap_tnc/eap_tnc.h b/src/libcharon/plugins/eap_tnc/eap_tnc.h
index 09abe60fc..8c881f6cf 100644
--- a/src/libcharon/plugins/eap_tnc/eap_tnc.h
+++ b/src/libcharon/plugins/eap_tnc/eap_tnc.h
@@ -23,7 +23,7 @@
typedef struct eap_tnc_t eap_tnc_t;
-#include <sa/eap/eap_method.h>
+#include <sa/eap/eap_inner_method.h>
/**
* Implementation of the eap_method_t interface using EAP-TNC.
@@ -31,9 +31,9 @@ typedef struct eap_tnc_t eap_tnc_t;
struct eap_tnc_t {
/**
- * Implemented eap_method_t interface.
+ * Implemented eap_inner_method_t interface.
*/
- eap_method_t eap_method;
+ eap_inner_method_t eap_inner_method;
};
/**