]> git.ipfire.org Git - thirdparty/openvpn.git/commit
options: Make sure option types are treated as unsigned
authorFrank Lichtenheld <frank@lichtenheld.com>
Tue, 26 Aug 2025 18:39:33 +0000 (20:39 +0200)
committerGert Doering <gert@greenie.muc.de>
Wed, 27 Aug 2025 18:44:10 +0000 (20:44 +0200)
commit487103a8ea67e4263b0d916029184ece30f44b56
treed09592fb34c6d6d78ddede29b15710d9c5f5a68d
parent98dbc8fdb593f204a3ca75753e9b39bd28c01cf8
options: Make sure option types are treated as unsigned

verify_permissions already expects them to be unsigned,
make sure they are to avoid spurious conversion warnings.

Change-Id: I1d27cb81d32058e40147e1d6dcd12df7f6cb2b30
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Arne Schwabe <arne-openvpn@rfc2549.org>
Message-Id: <20250826183941.21338-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg32685.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/options.h
src/openvpn/ssl_ncp.c
src/openvpn/ssl_ncp.h