]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Clean up conversion warnings related to base64_{en, de}code
authorFrank Lichtenheld <frank@lichtenheld.com>
Tue, 23 Sep 2025 10:34:23 +0000 (12:34 +0200)
committerGert Doering <gert@greenie.muc.de>
Tue, 23 Sep 2025 12:41:24 +0000 (14:41 +0200)
commitf32844b25c3b3b352bad0b250fd8721656ae9bc0
treeaf924a4efba547a227a3183c6e1015d4f52b7a48
parentab20eceeaabd74f4b4f7d765d7a31375c317ee5c
Clean up conversion warnings related to base64_{en, de}code

It seems unlikely that we can change the API at this point,
especially with the integration into the plugin API.

So
 - clean up the functions internally to not throw -Wconversion
   warnings
 - clean up any warnings on the caller side

Change-Id: Id7a5b2d8dea01bd532f5bcc8abea0e52b00d1169
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1148
Message-Id: <20250923103429.1257-1-gert@greenie.muc.de>
URL: https://sourceforge.net/p/openvpn/mailman/message/59237399/
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/base64.c
src/openvpn/misc.c
src/openvpn/proxy.c
src/openvpn/ssl_mbedtls.c