From 03829b2b4774d20e40fc61fb4d8b5e8b39bcae6f Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 20 Mar 2003 23:22:17 +0000 Subject: Make sure we get the definition of OPENSSL_NO_ECDH. --- crypto/ecdh/ecdh.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypto/ecdh/ecdh.h') 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 + #ifdef OPENSSL_NO_ECDH #error ECDH is disabled. #endif -- cgit v1.2.3