From 8bdbf507721a0fa323e7518cba9f1871d1ad283c Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 23 Jun 2005 22:08:41 +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 -- 2.40.0