]> git.ipfire.org Git - thirdparty/openvpn.git/commit
options.c: fix version reported in --cipher warning message
authorAntonio Quartulli <a@unstable.cc>
Wed, 29 Dec 2021 17:27:14 +0000 (18:27 +0100)
committerGert Doering <gert@greenie.muc.de>
Wed, 29 Dec 2021 19:47:27 +0000 (20:47 +0100)
commit7747e0bcdb92f0a3f0f7b27ca7d97194fb8efa97
tree750e82248921050d95b731be4522537ca4590f10
parent919d10ad4a51404a41e594c2b8985647ae1d6b3e
options.c: fix version reported in --cipher warning message

BF-CBC is the default value for the --cipher option in OpenVPN <2.5
and not <2.6. However, the warning printed to screen talks about
"OpenVPN before 2.6", which is wrong and needs to be fixed.

Fix message by saying ".. before 2.5"

Cc: Arne Schwabe <arne@rfc2549.org>
Signed-off-by: Antonio Quartulli <a@unstable.cc>
Acked-by: Arne Schwabe <arne@rfc2549.org>
Message-Id: <20211229172714.6424-1-a@unstable.cc>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23477.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/options.c