Added a libsimaka library with shared message handling code for EAP-SIM/AKA
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user