calculating plugin dependencies for eap-sim/aka

This commit is contained in:
Martin Willi 2009-06-16 14:53:16 +02:00
parent 9c9a110130
commit a998276a2b
1 changed files with 14 additions and 0 deletions

View File

@ -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