aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--patches/test.c.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/test.c.patch b/patches/test.c.patch
new file mode 100644
index 0000000..7e80e1f
--- /dev/null
+++ b/patches/test.c.patch
@@ -0,0 +1,11 @@
1--- tests/test.c.orig 2025-10-07 09:57:42.853015505 -0500
2+++ tests/test.c 2025-10-07 09:58:08.872499852 -0500
3@@ -67,7 +67,7 @@
4 return t;
5
6 /* Create a temporary file for logging in non-verbose mode */
7- if ((tmp_file = strdup("/tmp/libressl-test.XXXXXXXX")) == NULL)
8+ if ((tmp_file = strdup("libressl-test.XXXXXXXX")) == NULL)
9 err(1, "strdup");
10 if ((out_fd = mkstemp(tmp_file)) == -1)
11 err(1, "mkstemp");