diff options
author | Theo Buehler <tb@openbsd.org> | 2023-03-11 07:54:08 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-03-11 07:54:08 -0700 |
commit | 1f997d143bdfe3aa0e22f913044c51b0c07a43d6 (patch) | |
tree | 5ccbdc3b3bb0d74b16c5c0fe280a465a7374de44 /tests/Makefile.am | |
parent | db3074802925a1490056f6276b9379132fc775ab (diff) | |
download | portable-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.am | 1 |
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 |
371 | TESTS += freenull | 371 | TESTS += freenull |
372 | freenull_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL | ||
372 | check_PROGRAMS += freenull | 373 | check_PROGRAMS += freenull |
373 | freenull_SOURCES = freenull.c | 374 | freenull_SOURCES = freenull.c |
374 | 375 | ||