]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Log messages: Replace NCP with --data-ciphers (NFC)
authorRichard T Bonhomme <stringvest88@gmail.com>
Tue, 16 Nov 2021 15:08:23 +0000 (15:08 +0000)
committerGert Doering <gert@greenie.muc.de>
Tue, 16 Nov 2021 18:18:34 +0000 (19:18 +0100)
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
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 <gert@greenie.muc.de>
src/openvpn/options.c

index 310e169aa4743e7207a25a9d33cbb4cf86ae79cd..a167a08a8b8a3308c76977c7b90e2a51f3d3d834 100644 (file)
@@ -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)