Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-14 11:23:37 +0300
committerRichard Levitte <levitte@openssl.org>2002-11-14 11:23:37 +0300
commitbf4ae6dcfa1c2192efff25adf14d9905de8cb8be (patch)
treec1bbc128264bd51940d6fd8e420121ed26001c28 /config
parent17d4f076585c2dbd323ff63c8e4f50a5de770cab (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