diff options
author | Luke Howard <lukeh@padl.com> | 2011-11-14 13:42:10 +1100 |
---|---|---|
committer | Luke Howard <lukeh@padl.com> | 2011-11-14 13:42:10 +1100 |
commit | 718bb36ae58944ea6eaa86a3df646e0797ce615c (patch) | |
tree | c2a759a74b18d10f3ef315010efeef51004252e7 /lib/radius/client.h | |
parent | 3fd136cdbc85ddff5ed0a5953ee1827b9a948748 (diff) |
don't use GCC extensions in generated code
Diffstat (limited to 'lib/radius/client.h')
-rw-r--r-- | lib/radius/client.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/radius/client.h b/lib/radius/client.h index df9f834..6c1526d 100644 --- a/lib/radius/client.h +++ b/lib/radius/client.h @@ -239,12 +239,9 @@ typedef struct attr_flags { unsigned int has_tlv : 1; /* has sub attributes */ unsigned int is_tlv : 1; /* is a sub attribute */ #endif -#ifdef VENDOR_EXTENDED unsigned int extended : 1; /* extended attribute */ unsigned int extended_flags : 1; /* with flag */ unsigned int evs : 1; /* extended VSA */ -#endif - uint8_t encrypt; /**< Attribute encryption method */ uint8_t length; /**< The expected length of the attribute */ } ATTR_FLAGS; |