Allow 'octet' attributes to have a fixed length.
[freeradius.git] / src / include / libradius.h
index 3111e8c..c8f7ce9 100644 (file)
@@ -107,6 +107,7 @@ typedef struct attr_flags {
 
        int8_t                  tag;          /* tag for tunneled attributes */
        uint8_t                 encrypt;      /* encryption method */
+       uint8_t                 length;
 } ATTR_FLAGS;
 
 /*