From 97b708910a241c12223d9db193b1524395d1a899 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 23 Jun 2005 22:08:47 +0000 Subject: [PATCH] Wrap the inclusion of openssl/engine.h with a protective check for the absence of OPENSSL_NO_ENGINE. --- crypto/ecdsa/ecdsatest.c | 2 ++ 1 file changed, 2 insertions(+) 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