summaryrefslogtreecommitdiffstats
path: root/crypto/store/str_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/store/str_lib.c')
-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"