From: Richard Levitte Date: Thu, 20 Mar 2003 23:21:27 +0000 (+0000) Subject: Make sure we get the definition of OPENSSL_NO_DH. X-Git-Tag: BEN_FIPS_TEST_1~38^2~230 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d3ae5b1c8a01436d6cd51ee603ab79cf41c2a5ce;p=oweals%2Fopenssl.git Make sure we get the definition of OPENSSL_NO_DH. --- diff --git a/crypto/dh/dh.h b/crypto/dh/dh.h index 62dba4055c..db4e11090d 100644 --- a/crypto/dh/dh.h +++ b/crypto/dh/dh.h @@ -59,6 +59,8 @@ #ifndef HEADER_DH_H #define HEADER_DH_H +#include + #ifdef OPENSSL_NO_DH #error DH is disabled. #endif