]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Change include order for tests
authorJuliusz Sosinowicz <juliusz@wolfssl.com>
Mon, 12 Feb 2024 13:25:22 +0000 (14:25 +0100)
committerGert Doering <gert@greenie.muc.de>
Mon, 12 Feb 2024 15:59:35 +0000 (16:59 +0100)
commit54475711eb119f6fbb263880fca08d4b10df752a
tree9a4da5918435c851351d783352c569b31b5c6a51
parent91b057a2b5b4d16b64d9d01824a8ec9327a61da1
Change include order for tests

Including "ssl.h" conflicts with the wolfSSL ssl.h header file. The openvpn/src directory needs to be included before include/wolfssl. include/wolfssl needs to be included so that openvpn can pick up wolfSSL compatibility headers instead of OpenSSL headers without changing the paths.

src/openvpn/Makefile.am does not need to be modified because AM_CPPFLAGS is placed before AM_CFLAGS in the output Makefile.

Signed-off-by: Juliusz Sosinowicz <juliusz@wolfssl.com>
Acked-by: Arne Schwabe <arne@rfc2549.org>
Message-Id: <20240212132522.125903-1-juliusz@wolfssl.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg28229.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
tests/unit_tests/openvpn/Makefile.am