diff options
Diffstat (limited to 'testing/scripts/build-umlrootfs')
-rwxr-xr-x | testing/scripts/build-umlrootfs | 10 |
1 files changed, 0 insertions, 10 deletions
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 |