summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-14 08:23:32 +0000
committerRichard Levitte <levitte@openssl.org>2002-11-14 08:23:32 +0000
commit97101fafd5700c594090877b63c53bb01d962e25 (patch)
tree78a298060d16ec25ff0e44554130825a32d83cf9 /config
parent403f1bdc701a038c372fac3c6b4e2b08c3226618 (diff)
The directory 'rijndael' doesn't exist any more, let's check the aes
directory instead (this should have been done long ago...).
Diffstat (limited to 'config')
-rwxr-xr-xconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/config b/config
index 3e9af7680a..87e7f87094 100755
--- a/config
+++ b/config
@@ -759,7 +759,7 @@ case "$GUESSOS" in
i386-*) options="$options 386" ;;
esac
-for i in bf cast des dh dsa ec hmac idea md2 md5 mdc2 rc2 rc4 rc5 rijndael ripemd rsa sha
+for i in bf cast des dh dsa ec hmac idea md2 md5 mdc2 rc2 rc4 rc5 aes ripemd rsa sha
do
if [ ! -d crypto/$i ]
then