From: Richard T Bonhomme Date: Tue, 16 Nov 2021 15:08:23 +0000 (+0000) Subject: Log messages: Replace NCP with --data-ciphers (NFC) X-Git-Tag: v2.6_beta1~380 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba176023901fa537898271a5c0de21653225c431;p=thirdparty%2Fopenvpn.git Log messages: Replace NCP with --data-ciphers (NFC) Signed-off-by: Richard T Bonhomme Acked-by: Gert Doering Message-Id: <20211116150823.631970-1-tincantech@protonmail.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23191.html Signed-off-by: Gert Doering --- diff --git a/src/openvpn/options.c b/src/openvpn/options.c index 310e169aa..a167a08a8 100644 --- a/src/openvpn/options.c +++ b/src/openvpn/options.c @@ -3237,7 +3237,7 @@ options_postprocess_mutate(struct options *o) o->ncp_ciphers = mutate_ncp_cipher_list(o->ncp_ciphers, &o->gc); if (o->ncp_ciphers == NULL) { - msg(M_USAGE, "NCP cipher list contains unsupported ciphers or is too long."); + msg(M_USAGE, "--data-ciphers list contains unsupported ciphers or is too long."); } if (o->remote_list && !o->connection_list)