]> git.ipfire.org Git - people/ms/strongswan.git/blobdiff - src/libcharon/plugins/eap_ttls/eap_ttls_peer.c
Merge branch 'ikev1-clean' into ikev1-master
[people/ms/strongswan.git] / src / libcharon / plugins / eap_ttls / eap_ttls_peer.c
index e75bd29767c8a376051faee2a4e65dbfc09534a9..767111b3e269e53d0175c0d41bd6bee6ac6a3d18 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <debug.h>
 #include <daemon.h>
-
+#include <radius_message.h>
 #include <sa/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)
 {