implemented the PEAP tunneling protocol as an EAP plugin

This commit is contained in:
Andreas Steffen
2011-04-06 14:42:02 +02:00
parent 0e83847088
commit 1be296dfb2
15 changed files with 1427 additions and 1 deletions
@@ -0,0 +1,21 @@
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \
-I$(top_srcdir)/src/libcharon -I$(top_srcdir)/src/libtls
AM_CFLAGS = -rdynamic
if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-eap-peap.la
else
plugin_LTLIBRARIES = libstrongswan-eap-peap.la
libstrongswan_eap_peap_la_LIBADD = $(top_builddir)/src/libtls/libtls.la
endif
libstrongswan_eap_peap_la_SOURCES = \
eap_peap_plugin.h eap_peap_plugin.c \
eap_peap.h eap_peap.c \
eap_peap_peer.h eap_peap_peer.c \
eap_peap_server.h eap_peap_server.c \
eap_peap_avp.h eap_peap_avp.c
libstrongswan_eap_peap_la_LDFLAGS = -module -avoid-version