summaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_gen.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-20 23:21:51 +0000
committerRichard Levitte <levitte@openssl.org>2003-03-20 23:21:51 +0000
commit751ff1d376feae3beaee90ca66dd7fe92e2316d2 (patch)
tree878cd7d35acbac9ecc527f489f34d075241b3ec2 /crypto/dsa/dsa_gen.c
parentd3ae5b1c8a01436d6cd51ee603ab79cf41c2a5ce (diff)
Make sure we get the definition of OPENSSL_NO_DSA and OPENSSL_NO_SHA.
Diffstat (limited to 'crypto/dsa/dsa_gen.c')
-rw-r--r--crypto/dsa/dsa_gen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/dsa/dsa_gen.c b/crypto/dsa/dsa_gen.c
index 4b9aff3689..dffd588ff1 100644
--- a/crypto/dsa/dsa_gen.c
+++ b/crypto/dsa/dsa_gen.c
@@ -69,6 +69,8 @@
#define HASH EVP_sha1()
#endif
+#include <openssl/opensslconf.h> /* To see if OPENSSL_NO_SHA is defined */
+
#ifndef OPENSSL_NO_SHA
#include <stdio.h>