activated cmac plugin in UML test suites

This commit is contained in:
Andreas Steffen
2012-04-22 22:22:25 +02:00
parent 86e50bd614
commit 5ff8fe5d48
8 changed files with 15 additions and 9 deletions
+5
View File
@@ -342,6 +342,11 @@ then
echo -n " --enable-gcm" >> $INSTALLSHELL
fi
if [ "$USE_CMAC" = "yes" ]
then
echo -n " --enable-cmac" >> $INSTALLSHELL
fi
if [ "$USE_HA" = "yes" ]
then
echo -n " --enable-ha" >> $INSTALLSHELL