summaryrefslogtreecommitdiff
path: root/openvpn/config.h
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2014-01-05 18:47:51 +0100
committerArne Schwabe <arne@rfc2549.org>2014-01-05 18:47:51 +0100
commit6c31ffa5066e562477ed1a1982ca5389cdf93306 (patch)
tree218f6dda5f2af78450e46aa67c62bdd37927ab27 /openvpn/config.h
parent08cce14bd56d431f4d18bcf97ea56667fb5a1138 (diff)
Update OpenVPN source (adds lz4, disables export openssl ciphers)
Diffstat (limited to 'openvpn/config.h')
-rw-r--r--openvpn/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openvpn/config.h b/openvpn/config.h
index 5e2325a2..d281d33d 100644
--- a/openvpn/config.h
+++ b/openvpn/config.h
@@ -540,6 +540,8 @@
/* Use LZO compression library */
#define ENABLE_LZO 1
#define ENABLE_SNAPPY 1
+#define ENABLE_LZ4 1
+#define NEED_COMPAT_LZ4 1
/* Enable PKCS11 capability */
/* #undef USE_PKCS11 */