summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-06-29 23:52:08 +0000
committerUlf Möller <ulf@openssl.org>1999-06-29 23:52:08 +0000
commit5676d8cb7679589523549ca8587277428cb0ce6b (patch)
tree1fd9858ecf505473290fa1c5635e6c19747aa9b2 /config
parentce8b25741380eb08ca25ad06c2e83370067734ce (diff)
Fix no-hmac and no-ripemd.
Diffstat (limited to 'config')
-rwxr-xr-xconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/config b/config
index 63ddfbfe34..af3ae9ae11 100755
--- a/config
+++ b/config
@@ -365,7 +365,7 @@ case "$GUESSOS" in
i386-*) options="$options 386" ;;
esac
-for i in bf cast des dh dsa hmac md2 md5 mdc2 rc2 rc4 rc5 rsa sha
+for i in bf cast des dh dsa hmac md2 md5 mdc2 rc2 rc4 rc5 ripemd rsa sha
do
if [ ! -d crypto/$i ]
then