summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2014-07-11 14:03:40 +0000
committertedu <tedu@openbsd.org>2014-07-11 14:03:40 +0000
commit00f8acdc1fb17759c774f0eaa0554b604b179155 (patch)
treea73b295f23b4e005a886b98b4e90cd5aa660f63f /lib/libssl/src
parentmove all the feature settings to a common header. (diff)
downloadwireguard-openbsd-00f8acdc1fb17759c774f0eaa0554b604b179155.tar.xz
wireguard-openbsd-00f8acdc1fb17759c774f0eaa0554b604b179155.zip
no compression is also a feature of libressl
Diffstat (limited to 'lib/libssl/src')
-rw-r--r--lib/libssl/src/crypto/opensslfeatures.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libssl/src/crypto/opensslfeatures.h b/lib/libssl/src/crypto/opensslfeatures.h
index badf45ace2a..b18d02e8ea2 100644
--- a/lib/libssl/src/crypto/opensslfeatures.h
+++ b/lib/libssl/src/crypto/opensslfeatures.h
@@ -1,6 +1,7 @@
# define OPENSSL_NO_CAMELLIA
# define OPENSSL_NO_EC_NISTP_64_GCC_128
# define OPENSSL_NO_CMS
+# define OPENSSL_NO_COMP
# define OPENSSL_NO_GMP
# define OPENSSL_NO_GOST
# define OPENSSL_NO_JPAKE
@@ -32,6 +33,9 @@
# if defined(OPENSSL_NO_CMS) && !defined(NO_CMS)
# define NO_CMS
# endif
+# if defined(OPENSSL_NO_COMP) && !defined(NO_COMP)
+# define NO_COMP
+# endif
# if defined(OPENSSL_NO_GMP) && !defined(NO_GMP)
# define NO_GMP
# endif