aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2011-04-05 18:04:45 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2011-04-05 18:04:45 +0200
commit2e44a2753fd582c43d388c4b3b38ad18df7c9e24 (patch)
tree717fa4ce4a01481566fd3db73842ebaa95c9975a
parent6f05ad829a022f7c57375622354cef1f9f248c06 (diff)
downloadstrongswan-2e44a2753fd582c43d388c4b3b38ad18df7c9e24.tar.bz2
strongswan-2e44a2753fd582c43d388c4b3b38ad18df7c9e24.tar.xz
eap_packet_t definition moved to libstrongswan/eap/eap.h
-rw-r--r--src/libcharon/plugins/eap_ttls/eap_ttls_peer.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/libcharon/plugins/eap_ttls/eap_ttls_peer.c b/src/libcharon/plugins/eap_ttls/eap_ttls_peer.c
index 29b0a9303..96bd5ac7d 100644
--- a/src/libcharon/plugins/eap_ttls/eap_ttls_peer.c
+++ b/src/libcharon/plugins/eap_ttls/eap_ttls_peer.c
@@ -64,17 +64,6 @@ struct private_eap_ttls_peer_t {
eap_ttls_avp_t *avp;
};
-/**
- * EAP packet format
- */
-typedef struct __attribute__((packed)) {
- u_int8_t code;
- u_int8_t identifier;
- u_int16_t length;
- u_int8_t type;
- u_int8_t data;
-} eap_packet_t;
-
#define MAX_RADIUS_ATTRIBUTE_SIZE 253
METHOD(tls_application_t, process, status_t,