summaryrefslogtreecommitdiffstats
path: root/crypto/dh/dh.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-20 23:21:27 +0000
committerRichard Levitte <levitte@openssl.org>2003-03-20 23:21:27 +0000
commitd3ae5b1c8a01436d6cd51ee603ab79cf41c2a5ce (patch)
treeb9518b97d8cd019be9c00f9cd0da31cf84b3d5fa /crypto/dh/dh.h
parent0f3879455bab6f06457685fc80748bcbb545439b (diff)
Make sure we get the definition of OPENSSL_NO_DH.
Diffstat (limited to 'crypto/dh/dh.h')
-rw-r--r--crypto/dh/dh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/dh/dh.h b/crypto/dh/dh.h
index 62dba4055c..db4e11090d 100644
--- a/crypto/dh/dh.h
+++ b/crypto/dh/dh.h
@@ -59,6 +59,8 @@
#ifndef HEADER_DH_H
#define HEADER_DH_H
+#include <openssl/e_os2.h>
+
#ifdef OPENSSL_NO_DH
#error DH is disabled.
#endif