]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Remove --providers from --help output for Mbed TLS master
authorMax Fillinger <maximilian.fillinger@sentyron.com>
Wed, 22 Jul 2026 16:37:55 +0000 (18:37 +0200)
committerGert Doering <gert@greenie.muc.de>
Wed, 22 Jul 2026 20:46:53 +0000 (22:46 +0200)
commit4b80a129999aceaeb429ebd703f618a51775d955
tree99a4697e5005cc0c7b6868d4853280c797b22165
parent124ec07732bccc1fced2d8d37c71b761daf75f4f
Remove --providers from --help output for Mbed TLS

This option is OpenSSL-only. When used with Mbed TLS, it prints warnings
and does not do anything. With this change, the option is still parsed,
to ensure compatiblity of configurations, but it is removed from the
--help text.

Change-Id: I0f56ca69efae0ca376eb9eae064a893c8768188e
Signed-off-by: Max Fillinger <maximilian.fillinger@sentyron.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1799
Message-Id: <20260722163800.2474-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg37781.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/options.c