diff options
author | Bodo Möller <bodo@openssl.org> | 2000-01-30 03:23:03 +0100 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2000-01-30 03:23:03 +0100 |
commit | a87030a1edf0e4c6d601895f810b2d0da84ee10a (patch) | |
tree | 398075a9540e68b2dc417a80ac83fe13e5253958 /crypto/sha | |
parent | Update docs. (diff) | |
download | openssl-a87030a1edf0e4c6d601895f810b2d0da84ee10a.tar.xz openssl-a87030a1edf0e4c6d601895f810b2d0da84ee10a.zip |
Make DSA_generate_parameters, and fix a couple of bug
(including another problem in the s3_srvr.c state machine).
Diffstat (limited to 'crypto/sha')
-rw-r--r-- | crypto/sha/sha.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha/sha.h b/crypto/sha/sha.h index 96daa968fe..5e9cf20cc8 100644 --- a/crypto/sha/sha.h +++ b/crypto/sha/sha.h @@ -63,7 +63,7 @@ extern "C" { #endif -#if defined(NO_SHA) || defined(NO_SHA0) || defined(NO_SHA1) +#if defined(NO_SHA) || (defined(NO_SHA0) && defined(NO_SHA1)) #error SHA is disabled. #endif |