From a998276a2bdf38fdbceec8add996a00473c3d1b6 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 16 Jun 2009 14:53:16 +0200 Subject: [PATCH] calculating plugin dependencies for eap-sim/aka --- configure.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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