From 0e9ded6838d8c725cd9b14732f0634ad402db72e Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Thu, 18 Jun 2009 07:27:40 +0200 Subject: removed serpent and twofish plugins - use gcrypt instead --- testing/scripts/build-umlrootfs | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'testing/scripts/build-umlrootfs') diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index b3b14b27f..30dfc00ef 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -190,16 +190,6 @@ 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