summaryrefslogtreecommitdiff
path: root/crypto/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/init.c')
-rw-r--r--crypto/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/init.c b/crypto/init.c
index 8c599894ba..fad7a85b82 100644
--- a/crypto/init.c
+++ b/crypto/init.c
@@ -66,7 +66,9 @@
#ifndef OPENSSL_NO_ENGINE
#include <internal/engine.h>
#endif
+#ifndef OPENSSL_NO_COMP
#include <openssl/comp.h>
+#endif
#include <internal/err.h>
#include <stdlib.h>
#include <assert.h>