removed serpent and twofish plugins - use gcrypt instead

This commit is contained in:
Andreas Steffen
2009-06-18 07:27:40 +02:00
parent 9709520a84
commit 0e9ded6838
18 changed files with 0 additions and 2648 deletions
-10
View File
@@ -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