aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/openvpn/comp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openvpn/comp.c b/src/openvpn/comp.c
index 6e30369..311f3e9 100644
--- a/src/openvpn/comp.c
+++ b/src/openvpn/comp.c
@@ -195,7 +195,7 @@ check_compression_settings_valid(struct compress_options *info, int msglevel)
}
#endif
#ifndef ENABLE_LZO
- if (info->alg == COMP_ALG_LZO || info->alg == COMP_ALG_LZ4)
+ if (info->alg == COMP_ALG_LZO)
{
msg(msglevel, "OpenVPN is compiled without LZO support. Requested "
"compression cannot be enabled.");