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>
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)