[Openvpn-devel] Log messages: Replace NCP with --data-ciphers (NFC)

Message ID 20211116150823.631970-1-tincantech@protonmail.com
State Accepted
Headers show
Series [Openvpn-devel] Log messages: Replace NCP with --data-ciphers (NFC) | expand

Commit Message

Richard T Bonhomme Nov. 16, 2021, 4:08 a.m. UTC
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
---
 src/openvpn/options.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Gert Doering Nov. 16, 2021, 7:20 a.m. UTC | #1
Acked-by: Gert Doering <gert@greenie.muc.de>

"Makes sense" (point the user to the actual option that caused this).

Your patch has been applied to the master branch.

commit ba176023901fa537898271a5c0de21653225c431
Author: Richard T Bonhomme
Date:   Tue Nov 16 15:08:23 2021 +0000

     Log messages: Replace NCP with --data-ciphers (NFC)

     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>


--
kind regards,

Gert Doering

Patch

diff --git a/src/openvpn/options.c b/src/openvpn/options.c
index 4a5db8a6..fdac4732 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-ciphers list contains unsupported ciphers or is too long.");
     }
 
     if (o->remote_list && !o->connection_list)