use MAX_RADIUS_ATTRIBUTE_SIZE constant from radius_message header file

This commit is contained in:
Andreas Steffen
2012-03-14 07:51:56 +01:00
parent c224f7654d
commit fb5450a435
2 changed files with 3 additions and 4 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \
-I$(top_srcdir)/src/libcharon -I$(top_srcdir)/src/libtls
-I$(top_srcdir)/src/libcharon -I$(top_srcdir)/src/libtls \
-I$(top_srcdir)/src/libradius
AM_CFLAGS = -rdynamic
@@ -18,7 +18,7 @@
#include <debug.h>
#include <daemon.h>
#include <radius_message.h>
#include <sa/authenticators/eap/eap_method.h>
typedef struct private_eap_ttls_peer_t private_eap_ttls_peer_t;
@@ -64,8 +64,6 @@ struct private_eap_ttls_peer_t {
eap_ttls_avp_t *avp;
};
#define MAX_RADIUS_ATTRIBUTE_SIZE 253
METHOD(tls_application_t, process, status_t,
private_eap_ttls_peer_t *this, bio_reader_t *reader)
{