]> git.ipfire.org Git - thirdparty/openvpn.git/commit
list: Make types of hash elements consistent
authorFrank Lichtenheld <frank@lichtenheld.com>
Fri, 19 Sep 2025 17:38:32 +0000 (19:38 +0200)
committerGert Doering <gert@greenie.muc.de>
Sat, 20 Sep 2025 21:33:00 +0000 (23:33 +0200)
commita69aac41c4b2ccff1084736c158d7cf8474be533
treeac79f181294c48f4066acbacc64d17b85accaf8a
parentefb58abbcc0e1fae6de86270da99d1764abfed92
list: Make types of hash elements consistent

Really no use in having the indices and limits in int.

Change-Id: I3334465738fb1fbf508dfd719b6a238b500cc0ae
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1119
Message-Id: <20250919173838.28092-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg33108.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/integer.h
src/openvpn/list.c
src/openvpn/list.h
src/openvpn/multi.c
src/openvpn/multi.h
src/openvpn/options.c
src/openvpn/options.h
tests/unit_tests/openvpn/test_misc.c