aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-09-22 01:39:51 +0000
committerBodo Möller <bodo@openssl.org>2001-09-22 01:39:51 +0000
commit2413a3975ff888206cc7f87377efb5ce1037c862 (patch)
tree9a73dbceee6e2915ae8a7876bd471afb6c90c899 /config
parent3b0b5abae3183c495dd6f46ad92490236a06a563 (diff)
downloadopenssl-2413a3975ff888206cc7f87377efb5ce1037c862.tar.gz
crypto/idea and crypto/rijndael were missing in the list of
directories that may have been deleted
Diffstat (limited to 'config')
-rwxr-xr-xconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/config b/config
index d244d405e7..a056bcb22b 100755
--- a/config
+++ b/config
@@ -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