Added eap-dynamic plugin which can proxy any other EAP method

This commit is contained in:
Tobias Brunner
2012-08-31 11:42:01 +02:00
parent 7240914955
commit 700ff5def9
9 changed files with 332 additions and 1 deletions
+7
View File
@@ -316,6 +316,13 @@ if MONOLITHIC
endif
endif
if USE_EAP_DYNAMIC
SUBDIRS += plugins/eap_dynamic
if MONOLITHIC
libcharon_la_LIBADD += plugins/eap_dynamic/libstrongswan-eap-dynamic.la
endif
endif
if USE_EAP_RADIUS
SUBDIRS += plugins/eap_radius
if MONOLITHIC