summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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