]> git.ipfire.org Git - thirdparty/openvpn.git/commit
options: Factor out parsing code to separate options_parse.c
authorFrank Lichtenheld <frank@lichtenheld.com>
Tue, 7 Oct 2025 18:51:04 +0000 (20:51 +0200)
committerGert Doering <gert@greenie.muc.de>
Tue, 7 Oct 2025 20:06:09 +0000 (22:06 +0200)
commitebf781b8a15932ff7b7911ce41bdcedf70d0eb06
tree4155cd2c71f074f10c8c957cd5d590505c1c5215
parent790b812014708aa21a12743d5a73dfc4fc29d938
options: Factor out parsing code to separate options_parse.c

For easier testability. And because everything that
reduces the length of that file in a sensible manner
is a good idea.

Change-Id: I18e38862df1318740928c6cfa21dc4dcd7d44b89
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1242
Message-Id: <20251007185110.19267-1-gert@greenie.muc.de>
URL: https://sourceforge.net/p/openvpn/mailman/message/59243506/
Signed-off-by: Gert Doering <gert@greenie.muc.de>
CMakeLists.txt
src/openvpn/Makefile.am
src/openvpn/common.h
src/openvpn/options.c
src/openvpn/options.h
src/openvpn/options_parse.c [new file with mode: 0644]