diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-06-18 07:27:40 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-06-18 07:27:40 +0200 |
commit | 0e9ded6838d8c725cd9b14732f0634ad402db72e (patch) | |
tree | 3d5cf9e9e226dc0a297e2f1ca82a6d4b662e35ac /testing/scripts/build-umlrootfs | |
parent | 9709520a846775b381fb2b8ee85a61931266ee8c (diff) | |
download | strongswan-0e9ded6838d8c725cd9b14732f0634ad402db72e.tar.bz2 strongswan-0e9ded6838d8c725cd9b14732f0634ad402db72e.tar.xz |
removed serpent and twofish plugins - use gcrypt instead
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 |