From 3b6aa36c77307dbb22b767b484a62e8e5e4bcc4e Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 20 Mar 2003 23:22:31 +0000 Subject: [PATCH] Make sure we get the definition of OPENSSL_NO_ECDSA. --- crypto/ecdsa/ecdsa.h | 2 ++ crypto/ecdsa/ecdsatest.c | 2 ++ 2 files changed, 4 insertions(+) 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[]) { -- 2.25.1