aboutsummaryrefslogtreecommitdiff
path: root/crypto/comp/comp.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/comp/comp.h')
-rw-r--r--crypto/comp/comp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/comp/comp.h b/crypto/comp/comp.h
index 406c428aaeed..60a073404e92 100644
--- a/crypto/comp/comp.h
+++ b/crypto/comp/comp.h
@@ -4,6 +4,10 @@
# include <openssl/crypto.h>
+# ifdef OPENSSL_NO_COMP
+# error COMP is disabled.
+# endif
+
#ifdef __cplusplus
extern "C" {
#endif