summaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2005-06-23 22:08:41 +0000
committerRichard Levitte <levitte@openssl.org>2005-06-23 22:08:41 +0000
commit8bdbf507721a0fa323e7518cba9f1871d1ad283c (patch)
treebfae6e4dabf3e0dd98b72259092779037e3968c4 /crypto/ecdsa
parentec33a7664128ee82d450795ab305b69ea0a58529 (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>