From 1bfb8007c22e14025a7308e371851130df94e93e Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Fri, 15 May 2009 01:28:48 +0200 Subject: got rid of libcrypto --- testing/scripts/build-umlrootfs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'testing/scripts/build-umlrootfs') 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 -- cgit v1.2.3