summaryrefslogtreecommitdiffstats
path: root/crypto/ecdh/ecdh.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-20 23:22:17 +0000
committerRichard Levitte <levitte@openssl.org>2003-03-20 23:22:17 +0000
commit03829b2b4774d20e40fc61fb4d8b5e8b39bcae6f (patch)
treec58c7b92a9923354056661e1a5c534b74085cee3 /crypto/ecdh/ecdh.h
parent87c9c659ded39508fe0ff3ede830306c261ef5cc (diff)
Make sure we get the definition of OPENSSL_NO_ECDH.
Diffstat (limited to 'crypto/ecdh/ecdh.h')
-rw-r--r--crypto/ecdh/ecdh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/ecdh/ecdh.h b/crypto/ecdh/ecdh.h
index cc6d858d61..db6fd48701 100644
--- a/crypto/ecdh/ecdh.h
+++ b/crypto/ecdh/ecdh.h
@@ -69,6 +69,8 @@
#ifndef HEADER_ECDH_H
#define HEADER_ECDH_H
+#include <openssl/opensslconf.h>
+
#ifdef OPENSSL_NO_ECDH
#error ECDH is disabled.
#endif