aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-06-16 14:53:16 +0200
committerMartin Willi <martin@strongswan.org>2009-06-16 14:53:16 +0200
commita998276a2bdf38fdbceec8add996a00473c3d1b6 (patch)
tree2452d2db21fc3d6cb17e0a6477a1ca5836bad259 /configure.in
parent9c9a110130a47c8079dd2217411e8ae36e818711 (diff)
downloadstrongswan-a998276a2bdf38fdbceec8add996a00473c3d1b6.tar.bz2
strongswan-a998276a2bdf38fdbceec8add996a00473c3d1b6.tar.xz
calculating plugin dependencies for eap-sim/aka
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index c06973374..7a974bdea 100644
--- a/configure.in
+++ b/configure.in
@@ -776,6 +776,20 @@ dnl =========================
dnl dependency calculation
dnl =========================
+if test x$eap_aka = xtrue; then
+ gmp=true;
+ fips_prf=true;
+ sha1=true;
+fi
+
+if test x$eap_sim = xtrue; then
+ fips_prf=true;
+fi
+
+if test x$fips_prf = xtrue; then
+ sha1=true;
+fi
+
if test x$tools = xtrue; then
gmp=true;
fi