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
+7
View File
@@ -314,6 +314,13 @@ if MONOLITHIC
endif
endif
if USE_EAP_PEAP
SUBDIRS += plugins/eap_peap
if MONOLITHIC
libcharon_la_LIBADD += plugins/eap_peap/libstrongswan-eap-peap.la
endif
endif
if USE_EAP_TNC
SUBDIRS += plugins/eap_tnc
if MONOLITHIC