From: Richard Levitte Date: Thu, 23 Jun 2005 22:08:47 +0000 (+0000) Subject: Wrap the inclusion of openssl/engine.h with a protective check for X-Git-Tag: OpenSSL_0_9_8k^2~1977 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=97b708910a241c12223d9db193b1524395d1a899 Wrap the inclusion of openssl/engine.h with a protective check for the absence of OPENSSL_NO_ENGINE. --- diff --git a/crypto/ecdsa/ecdsatest.c b/crypto/ecdsa/ecdsatest.c index 70f2cc4e8e..a481575417 100644 --- a/crypto/ecdsa/ecdsatest.c +++ b/crypto/ecdsa/ecdsatest.c @@ -93,7 +93,9 @@ int main(int argc, char * argv[]) #include #include #include +#ifndef OPENSSL_NO_ENGINE #include +#endif #include #include