got rid of libcrypto

This commit is contained in:
Andreas Steffen
2009-05-15 01:28:48 +02:00
parent c628e3455d
commit 1bfb8007c2
95 changed files with 90 additions and 20425 deletions
+15
View File
@@ -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