From: Andreas Steffen Date: Tue, 24 Aug 2010 17:18:44 +0000 (+0200) Subject: removed tls_record_t definition X-Git-Tag: 4.5.0~411 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d9b85e28b9275c9b1cd9c8dab3abe00246b0a8a6;p=thirdparty%2Fstrongswan.git removed tls_record_t definition --- diff --git a/src/libcharon/plugins/eap_ttls/eap_ttls.c b/src/libcharon/plugins/eap_ttls/eap_ttls.c index be9e3ea6b6..a3cfcd1f74 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) {