crypto/idea and crypto/rijndael were missing in the list of
authorBodo Möller <bodo@openssl.org>
Sat, 22 Sep 2001 01:39:51 +0000 (01:39 +0000)
committerBodo Möller <bodo@openssl.org>
Sat, 22 Sep 2001 01:39:51 +0000 (01:39 +0000)
directories that may have been deleted

config

diff --git a/config b/config
index d244d405e76f422179372b201fbe51849c332e32..a056bcb22b6c391a54cae2c645861ea3b65a2ece 100755 (executable)
--- a/config
+++ b/config
@@ -676,7 +676,7 @@ case "$GUESSOS" in
   i386-*) options="$options 386" ;;
 esac
 
   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
 do
   if [ ! -d crypto/$i ]
   then