From 75828c797911580e3099aa54873e8b07669cbf69 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Thu, 23 Oct 2025 05:32:00 -0500 Subject: add mstemp.c to distribution --- tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 066e020..7ba6c07 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -106,6 +106,8 @@ DISTCLEANFILES = pidwraptest.txt TEST_HELPER_SRC = test.c test_util.c noinst_HEADERS = test.h EXTRA_DIST += $(TEST_HELPER_SRC) +# Needed by test helper on MSVC +EXTRA_DIST += compat/mkstemp.c # aeadtest TESTS += aeadtest.sh -- cgit v1.2.3-55-g6feb