Added a libsimaka library with shared message handling code for EAP-SIM/AKA

This commit is contained in:
Martin Willi
2009-11-12 10:33:58 +01:00
parent 44e8eea17a
commit f8330d0395
5 changed files with 1006 additions and 0 deletions
+4
View File
@@ -201,10 +201,12 @@ fi
if test x$eap_aka = xtrue; then
fips_prf=true;
sha1=true;
simaka=true;
fi
if test x$eap_sim = xtrue; then
fips_prf=true;
simaka=true;
fi
if test x$fips_prf = xtrue; then
@@ -745,6 +747,7 @@ AM_CONDITIONAL(USE_SCRIPTS, test x$scripts = xtrue)
AM_CONDITIONAL(USE_LIBSTRONGSWAN, test x$charon = xtrue -o x$pluto = xtrue -o x$tools = xtrue)
AM_CONDITIONAL(USE_FILE_CONFIG, test x$pluto = xtrue -o x$stroke = xtrue)
AM_CONDITIONAL(USE_VSTR, test x$vstr = xtrue)
AM_CONDITIONAL(USE_SIMAKA, test x$simaka = xtrue)
dnl ==============================
dnl set global definitions
@@ -795,6 +798,7 @@ AC_OUTPUT(
src/libstrongswan/plugins/agent/Makefile
src/libstrongswan/plugins/test_vectors/Makefile
src/libfreeswan/Makefile
src/libsimaka/Makefile
src/pluto/Makefile
src/whack/Makefile
src/charon/Makefile