aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-04-20 15:53:35 -0600
committerTheo Buehler <tb@openbsd.org>2023-04-20 15:53:35 -0600
commit43edddb8884ea91ee22c4606d2b43e62043acf35 (patch)
tree9b4d017ae3f9df7c198e17a73ff605766ace16b8 /tests
parentc9747bf1da921c87b8eda4fe7655bc2550798eb4 (diff)
downloadportable-43edddb8884ea91ee22c4606d2b43e62043acf35.tar.gz
portable-43edddb8884ea91ee22c4606d2b43e62043acf35.tar.bz2
portable-43edddb8884ea91ee22c4606d2b43e62043acf35.zip
RFC 3779 test no longer uses __unused
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 3567b7c..41fed3b 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -539,7 +539,6 @@ add_test(record_layer_test record_layer_test)
539 539
540# rfc3779 540# rfc3779
541add_executable(rfc3779 rfc3779.c) 541add_executable(rfc3779 rfc3779.c)
542set_source_files_properties(rfc3779.c PROPERTIES COMPILE_FLAGS -D__unused=)
543target_link_libraries(rfc3779 ${OPENSSL_TEST_LIBS}) 542target_link_libraries(rfc3779 ${OPENSSL_TEST_LIBS})
544add_test(rfc3779 rfc3779) 543add_test(rfc3779 rfc3779)
545 544