crypto/idea and crypto/rijndael were missing in the list of

directories that may have been deleted
This commit is contained in:
Bodo Möller 2001-09-22 01:39:51 +00:00
parent 3b0b5abae3
commit 2413a3975f

2
config
View file

@ -676,7 +676,7 @@ case "$GUESSOS" in
i386-*) options="$options 386" ;;
esac
for i in bf cast des dh dsa ec hmac md2 md5 mdc2 rc2 rc4 rc5 ripemd rsa sha
for i in bf cast des dh dsa ec hmac idea md2 md5 mdc2 rc2 rc4 rc5 rijndael ripemd rsa sha
do
if [ ! -d crypto/$i ]
then