From: Richard Levitte Date: Thu, 20 Mar 2003 23:22:31 +0000 (+0000) Subject: Make sure we get the definition of OPENSSL_NO_ECDSA. X-Git-Tag: BEN_FIPS_TEST_1~38^2~226 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=3b6aa36c77307dbb22b767b484a62e8e5e4bcc4e Make sure we get the definition of OPENSSL_NO_ECDSA. --- diff --git a/crypto/ecdsa/ecdsa.h b/crypto/ecdsa/ecdsa.h index d72d0b1363..e82762d35d 100644 --- a/crypto/ecdsa/ecdsa.h +++ b/crypto/ecdsa/ecdsa.h @@ -55,6 +55,8 @@ #ifndef HEADER_ECDSA_H #define HEADER_ECDSA_H +#include + #ifdef OPENSSL_NO_ECDSA #error ECDSA is disabled. #endif diff --git a/crypto/ecdsa/ecdsatest.c b/crypto/ecdsa/ecdsatest.c index 402e988f46..7beae6f739 100644 --- a/crypto/ecdsa/ecdsatest.c +++ b/crypto/ecdsa/ecdsatest.c @@ -79,6 +79,8 @@ #include #include +#include /* To see if OPENSSL_NO_ECDSA is defined */ + #ifdef OPENSSL_NO_ECDSA int main(int argc, char * argv[]) {