summaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2005-06-23 22:08:47 +0000
committerRichard Levitte <levitte@openssl.org>2005-06-23 22:08:47 +0000
commit97b708910a241c12223d9db193b1524395d1a899 (patch)
tree8a29d9a2eec669496c7e4cf990d5b4ae2ab0eef8 /crypto/ecdsa
parent2f6ebed1dc9452b07931b34b65112edf1a292a4b (diff)
Wrap the inclusion of openssl/engine.h with a protective check for
the absence of OPENSSL_NO_ENGINE.
Diffstat (limited to 'crypto/ecdsa')
-rw-r--r--crypto/ecdsa/ecdsatest.c2
1 files changed, 2 insertions, 0 deletions
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 <openssl/bio.h>
#include <openssl/evp.h>
#include <openssl/ecdsa.h>
+#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
+#endif
#include <openssl/err.h>
#include <openssl/rand.h>