aboutsummaryrefslogtreecommitdiffstats
path: root/src/libradius
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2012-03-09 08:48:46 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2012-03-13 16:27:17 +0100
commit4853efe89180dc66e20ecca13e15ffdab40137fe (patch)
treedf5a16e720557ca65960835fd63ddbd1953b1ee0 /src/libradius
parent135822e11bfaa9b33a4893f00d0f12a97bf01d9f (diff)
downloadstrongswan-4853efe89180dc66e20ecca13e15ffdab40137fe.tar.bz2
strongswan-4853efe89180dc66e20ecca13e15ffdab40137fe.tar.xz
define MAX_RADIUS_ATTRIBUTE_SIZE
Diffstat (limited to 'src/libradius')
-rw-r--r--src/libradius/radius_message.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libradius/radius_message.h b/src/libradius/radius_message.h
index a03af3362..55cb484ff 100644
--- a/src/libradius/radius_message.h
+++ b/src/libradius/radius_message.h
@@ -28,6 +28,8 @@
#include <library.h>
+#define MAX_RADIUS_ATTRIBUTE_SIZE 253
+
typedef struct radius_message_t radius_message_t;
typedef enum radius_message_code_t radius_message_code_t;
typedef enum radius_attribute_type_t radius_attribute_type_t;