diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-04-22 22:22:25 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-04-22 22:22:25 +0200 |
commit | 5ff8fe5d481f9463c4ba637bd0f16b1d36048a3a (patch) | |
tree | 505e03cb08ff4fd5da52c306eef914bfa9260bdd /testing/scripts/build-umlrootfs | |
parent | 86e50bd61418343b814aaf49e625cd4257823e12 (diff) | |
download | strongswan-5ff8fe5d481f9463c4ba637bd0f16b1d36048a3a.tar.bz2 strongswan-5ff8fe5d481f9463c4ba637bd0f16b1d36048a3a.tar.xz |
activated cmac plugin in UML test suites
Diffstat (limited to 'testing/scripts/build-umlrootfs')
-rwxr-xr-x | testing/scripts/build-umlrootfs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index 37d1de66b..4c066001c 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -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 |