summaryrefslogtreecommitdiffstats
path: root/crypto/store
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2005-06-23 21:57:37 +0000
committerRichard Levitte <levitte@openssl.org>2005-06-23 21:57:37 +0000
commitec33a7664128ee82d450795ab305b69ea0a58529 (patch)
tree0d02a1877ee2cc76dff3d689786bb9c33dee33db /crypto/store
parent00ce9376c714143a7538f39dc709a86f8a98166e (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"