From patchwork Tue Nov 16 14:49:07 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Openvpn-devel] Log message: Replace NCP ciphers with --data-ciphers (NFC) X-Patchwork-Submitter: Richard T Bonhomme X-Patchwork-Id: 2075 Message-Id: <20211116144907.630587-1-tincantech@protonmail.com> To: openvpn-devel@lists.sourceforge.net Date: Tue, 16 Nov 2021 14:49:07 +0000 From: Richard T Bonhomme List-Id: Signed-off-by: Richard T Bonhomme --- src/openvpn/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openvpn/options.c b/src/openvpn/options.c index 4a5db8a6..7822f21e 100644 --- a/src/openvpn/options.c +++ b/src/openvpn/options.c @@ -3240,7 +3240,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-cipher list contains unsupported ciphers or is too long."); } if (o->remote_list && !o->connection_list)