]> git.ipfire.org Git - thirdparty/openvpn.git/commit
remove newline characters at the end of msg() calls
authorGert Doering <gert@greenie.muc.de>
Fri, 12 Sep 2025 13:16:09 +0000 (15:16 +0200)
committerGert Doering <gert@greenie.muc.de>
Fri, 12 Sep 2025 16:08:24 +0000 (18:08 +0200)
commit340b5b2d264a47c24aa948efb83ffa04e0e9c7e2
tree3b526fd2451b20f14f59d57231edc94ed44df194
parentc3600e9b5991e00d8cf8b29aec4d3005fb311f84
remove newline characters at the end of msg() calls

Unlike debugging with printf(), or msg() calls do not need or want
a '\n' at the end of the string.  Remove those that were overlooked.

Change-Id: I889b53ed72efaec546a6609491fae9715726ea00
Signed-off-by: Gert Doering <gert@greenie.muc.de>
Acked-by: Frank Lichtenheld <frank@lichtenheld.com>
Message-Id: <20250912131609.43444-1-frank@lichtenheld.com>
URL: https://sourceforge.net/p/openvpn/mailman/message/59232448/
URL: https://gerrit.openvpn.net/c/openvpn/+/1180
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/multi.c
src/openvpn/plugin.c
src/openvpn/socket_util.h
src/openvpn/tun.c
src/openvpn/xkey_helper.c
src/openvpn/xkey_provider.c
tests/unit_tests/openvpn/test_cryptoapi.c
tests/unit_tests/openvpn/test_pkcs11.c