aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-03-11 07:54:08 -0700
committerTheo Buehler <tb@openbsd.org>2023-03-11 07:54:08 -0700
commit1f997d143bdfe3aa0e22f913044c51b0c07a43d6 (patch)
tree5ccbdc3b3bb0d74b16c5c0fe280a465a7374de44 /tests/Makefile.am
parentdb3074802925a1490056f6276b9379132fc775ab (diff)
downloadportable-1f997d143bdfe3aa0e22f913044c51b0c07a43d6.tar.gz
portable-1f997d143bdfe3aa0e22f913044c51b0c07a43d6.tar.bz2
portable-1f997d143bdfe3aa0e22f913044c51b0c07a43d6.zip
Do not build freenull.c with LIBRESSL_INTERANL
The point of this check is to test external API...
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 26ed681..dc965bd 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -369,6 +369,7 @@ endif
369 369
370# freenull 370# freenull
371TESTS += freenull 371TESTS += freenull
372freenull_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL
372check_PROGRAMS += freenull 373check_PROGRAMS += freenull
373freenull_SOURCES = freenull.c 374freenull_SOURCES = freenull.c
374 375