aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/openvpn/options.c')
-rw-r--r--src/openvpn/options.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/openvpn/options.c b/src/openvpn/options.c
index db1cfe3..f6e0f13 100644
--- a/src/openvpn/options.c
+++ b/src/openvpn/options.c
@@ -2238,6 +2238,10 @@ options_postprocess_verify_ce (const struct options *options, const struct conne
{
msg (M_USAGE, "--no-iv not allowed when NCP is enabled.");
}
+ if (!options->use_iv)
+ {
+ msg (M_WARN, "WARNING: --no-iv is deprecated and will be removed in 2.5");
+ }
/*
* Check consistency of replay options