eliminate eap_chbind_packet_t
authorKevin Wasserman <kevin.wasserman@painless-security.com>
Thu, 26 Jun 2014 17:37:08 +0000 (13:37 -0400)
committerKevin Wasserman <kevin.wasserman@painless-security.com>
Thu, 26 Jun 2014 17:37:08 +0000 (13:37 -0400)
src/modules/rlm_eap/libeap/eap_types.h

index 1f92ee2..c6e0b15 100644 (file)
@@ -148,14 +148,6 @@ typedef struct eap_packet_raw {
        uint8_t         data[1];
 } eap_packet_raw_t;
 
-/*
- * Structure to represent eap channel binding packet format *on wire*
- */
-typedef struct eap_chbind_packet_t {
-       uint8_t         code;
-       uint8_t         data[1];
-} eap_chbind_packet_t;
-
 
 /*
  * interfaces in eapcommon.c