aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-05-15 01:28:48 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-05-15 01:28:48 +0200
commit1bfb8007c22e14025a7308e371851130df94e93e (patch)
tree4904faf9d2664abf643e4230db5a8d4047b7660b /testing/scripts
parentc628e3455d486e0ebc1b98e749f9b625a9e65523 (diff)
downloadstrongswan-1bfb8007c22e14025a7308e371851130df94e93e.tar.bz2
strongswan-1bfb8007c22e14025a7308e371851130df94e93e.tar.xz
got rid of libcrypto
Diffstat (limited to 'testing/scripts')
-rwxr-xr-xtesting/scripts/build-umlrootfs15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs
index 06a67f90c..1f9c45c53 100755
--- a/testing/scripts/build-umlrootfs
+++ b/testing/scripts/build-umlrootfs
@@ -185,6 +185,21 @@ then
echo -n " --enable-openssl" >> $INSTALLSHELL
fi
+if [ "$USE_BLOWFISH" = "yes" ]
+then
+ echo -n " --enable-blowfish" >> $INSTALLSHELL
+fi
+
+if [ "$USE_TWOFISH" = "yes" ]
+then
+ echo -n " --enable-twofish" >> $INSTALLSHELL
+fi
+
+if [ "$USE_SERPENT" = "yes" ]
+then
+ echo -n " --enable-serpent" >> $INSTALLSHELL
+fi
+
if [ "$USE_KERNEL_PFKEY" = "yes" ]
then
echo -n " --enable-kernel-pfkey" >> $INSTALLSHELL