aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-04-28 11:34:43 -0600
committerTheo Buehler <tb@openbsd.org>2023-04-28 11:34:43 -0600
commit5e68ae38e43a93aad5150c70bf1e467f8dcefee4 (patch)
tree4070c13a472dc6293ff4f79739ce8ceaa13f31f7 /tests
parent79f5058d42e07d0ddec549c9e39ac8ee9c7c835a (diff)
downloadportable-5e68ae38e43a93aad5150c70bf1e467f8dcefee4.tar.gz
portable-5e68ae38e43a93aad5150c70bf1e467f8dcefee4.tar.bz2
portable-5e68ae38e43a93aad5150c70bf1e467f8dcefee4.zip
rfc3779 no longer uses __unused
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 3ee6a69..7b064c6 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -541,7 +541,7 @@ record_layer_test_SOURCES = record_layer_test.c
541 541
542# rfc3779 542# rfc3779
543TESTS += rfc3779 543TESTS += rfc3779
544rfc3779_CPPFLAGS = $(AM_CPPFLAGS) -D__unused= 544rfc3779_CPPFLAGS = $(AM_CPPFLAGS)
545check_PROGRAMS += rfc3779 545check_PROGRAMS += rfc3779
546rfc3779_SOURCES = rfc3779.c 546rfc3779_SOURCES = rfc3779.c
547 547