added EAP-SIM authentication

client side only
  uses an external SIM reader library specified with SIM_READER_LIB
  untested
This commit is contained in:
Martin Willi
2007-03-13 15:01:02 +00:00
parent d2940fd78c
commit b0f24449dd
8 changed files with 6000 additions and 2 deletions
+10 -1
View File
@@ -1,8 +1,17 @@
# SUBDIRS = . testing
eap_LTLIBRARIES =
eap_LTLIBRARIES = libeapidentity.la
# always build EAP Identity module
libeapidentity_la_SOURCES = sa/authenticators/eap/eap_identity.h sa/authenticators/eap/eap_identity.c
libeapidentity_la_LDFLAGS = -module
# build optional EAP modules
if BUILD_EAP_SIM
eap_LTLIBRARIES += libeapsim.la
libeapsim_la_SOURCES = sa/authenticators/eap/eap_sim.h sa/authenticators/eap/eap_sim.c
libeapsim_la_LDFLAGS = -module
endif
ipsec_PROGRAMS = charon