From ae3a6640b795d307e7f34ea168bebebff512e2e6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Sat, 22 Sep 2001 01:37:36 +0000 Subject: [PATCH] crypto/idea was missing in the list of directories that may have been deleted --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index e44c42b595..8d522e8743 100755 --- a/config +++ b/config @@ -561,7 +561,7 @@ case "$GUESSOS" in i386-*) options="$options 386" ;; esac -for i in bf cast des dh dsa hmac md2 md5 mdc2 rc2 rc4 rc5 ripemd rsa sha +for i in bf cast des dh dsa hmac idea md2 md5 mdc2 rc2 rc4 rc5 ripemd rsa sha do if [ ! -d crypto/$i ] then -- 2.25.1