aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/libcharon/plugins/eap_ttls/eap_ttls.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/libcharon/plugins/eap_ttls/eap_ttls.c b/src/libcharon/plugins/eap_ttls/eap_ttls.c
index be9e3ea6b..a3cfcd1f7 100644
--- a/src/libcharon/plugins/eap_ttls/eap_ttls.c
+++ b/src/libcharon/plugins/eap_ttls/eap_ttls.c
@@ -98,16 +98,6 @@ typedef struct __attribute__((packed)) {
u_int8_t flags;
} eap_ttls_packet_t;
-/**
- * TLS record
- */
-typedef struct __attribute__((packed)) {
- u_int8_t type;
- u_int16_t version;
- u_int16_t length;
- char data[];
-} tls_record_t;
-
METHOD(eap_method_t, initiate, status_t,
private_eap_ttls_t *this, eap_payload_t **out)
{