aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsatest.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/dsatest.c
parentd3ae5b1c8a01436d6cd51ee603ab79cf41c2a5ce (diff)
downloadopenssl-751ff1d376feae3beaee90ca66dd7fe92e2316d2.tar.gz
Make sure we get the definition of OPENSSL_NO_DSA and OPENSSL_NO_SHA.
Diffstat (limited to 'crypto/dsa/dsatest.c')
-rw-r--r--crypto/dsa/dsatest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/dsa/dsatest.c b/crypto/dsa/dsatest.c
index 940d97d0e6..71ff566edb 100644
--- a/crypto/dsa/dsatest.c
+++ b/crypto/dsa/dsatest.c
@@ -76,6 +76,7 @@
#include <openssl/err.h>
#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
+#include <openssl/e_os2.h>
#endif
#ifdef OPENSSL_NO_DSA