]> git.ipfire.org Git - thirdparty/openvpn.git/commit
unit_tests/plugins/auth-pam: fix stdint.h related build error on fedora 42
authorGert Doering <gert@greenie.muc.de>
Mon, 28 Jul 2025 10:42:29 +0000 (12:42 +0200)
committerGert Doering <gert@greenie.muc.de>
Mon, 28 Jul 2025 10:49:46 +0000 (12:49 +0200)
commit035d47e6d80996a4cde8af1b35f9ba40b676c825
tree221bc7cb317a5d353479c79aa9425d04ee75e42b
parent6d0e38370b62488374a09336652ab415776955fc
unit_tests/plugins/auth-pam: fix stdint.h related build error on fedora 42

add <stdint.h> to test_search_and_replace.c to fix build error on
fedora 42 / arm64 ("error: uintptr_t undeclared")

Change-Id: I2ab13767b5aa858e024b45be3d161bf6090de763
Signed-off-by: Gert Doering <gert@greenie.muc.de>
Acked-by: Frank Lichtenheld <frank@lichtenheld.com>
Message-Id: <20250728104234.29797-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg32384.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
tests/unit_tests/plugins/auth-pam/test_search_and_replace.c