summaryrefslogtreecommitdiffstats
path: root/crypto/store
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2005-06-23 21:57:40 +0000
committerRichard Levitte <levitte@openssl.org>2005-06-23 21:57:40 +0000
commit2f6ebed1dc9452b07931b34b65112edf1a292a4b (patch)
tree76b1dbd179ad48eeee6e21cf5de7239b11cb95a9 /crypto/store
parent156f65720953d3323dfa65663d16fffbc0d340e8 (diff)
Wrap the inclusion of openssl/engine.h with a protective check for
the absence of OPENSSL_NO_ENGINE. PR: 1123
Diffstat (limited to 'crypto/store')
-rw-r--r--crypto/store/str_lib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/store/str_lib.c b/crypto/store/str_lib.c
index 9a66d6d609..c0ad763e9a 100644
--- a/crypto/store/str_lib.c
+++ b/crypto/store/str_lib.c
@@ -59,7 +59,9 @@
#include <string.h>
#include <openssl/bn.h>
#include <openssl/err.h>
+#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
+#endif
#include <openssl/sha.h>
#include <openssl/x509.h>
#include "str_locl.h"