diff options
author | Ulf Möller <ulf@openssl.org> | 1999-06-30 01:52:08 +0200 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 1999-06-30 01:52:08 +0200 |
commit | 5676d8cb7679589523549ca8587277428cb0ce6b (patch) | |
tree | 1fd9858ecf505473290fa1c5635e6c19747aa9b2 /config | |
parent | New functions to allow RSA_METHODs to be changed without poking round in (diff) | |
download | openssl-5676d8cb7679589523549ca8587277428cb0ce6b.tar.xz openssl-5676d8cb7679589523549ca8587277428cb0ce6b.zip |
Fix no-hmac and no-ripemd.
Diffstat (limited to 'config')
-rwxr-xr-x | config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |