Removed extra '_' from struct eap_tlv_crypto_binding__tlv name

This commit is contained in:
Jouni Malinen 2008-02-27 17:58:13 -08:00
parent cdd1bc9288
commit ed5a02fd94
5 changed files with 12 additions and 12 deletions

View file

@ -73,7 +73,7 @@ struct eap_tlv_intermediate_result_tlv {
} STRUCT_PACKED;
/* RFC 4851, Section 4.2.8 - Crypto-Binding TLV */
struct eap_tlv_crypto_binding__tlv {
struct eap_tlv_crypto_binding_tlv {
be16 tlv_type;
be16 length;
u8 reserved;