Make sure we get the definition of OPENSSL_NO_ECDH.
authorRichard Levitte <levitte@openssl.org>
Thu, 20 Mar 2003 23:22:17 +0000 (23:22 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 20 Mar 2003 23:22:17 +0000 (23:22 +0000)
crypto/ecdh/ecdh.h

index cc6d858d619214bf24dcc433e5c36c6b2815565c..db6fd487010d53ea134524c2ad9a2a10e6bcb850 100644 (file)
@@ -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