summaryrefslogtreecommitdiff
path: root/crypto/comp/comp.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2016-05-03 18:02:01 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2016-05-03 18:02:01 +0000
commit47b11f985b9e0ff561a67e19674de6fbcf79281d (patch)
treeda6c0490c1781cf42777777890fc53da00f780ed /crypto/comp/comp.h
parent8f9fae4c4537bd423d1a266b3280c396a2e90f44 (diff)
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 406c428aaeed7..60a073404e922 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