From: Richard Levitte Date: Thu, 20 Mar 2003 23:22:17 +0000 (+0000) Subject: Make sure we get the definition of OPENSSL_NO_ECDH. X-Git-Tag: BEN_FIPS_TEST_1~38^2~227 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=03829b2b4774d20e40fc61fb4d8b5e8b39bcae6f;p=oweals%2Fopenssl.git Make sure we get the definition of OPENSSL_NO_ECDH. --- 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