diff options
author | Theo Buehler <tb@openbsd.org> | 2023-04-20 15:53:35 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-04-20 15:53:35 -0600 |
commit | 43edddb8884ea91ee22c4606d2b43e62043acf35 (patch) | |
tree | 9b4d017ae3f9df7c198e17a73ff605766ace16b8 /tests | |
parent | c9747bf1da921c87b8eda4fe7655bc2550798eb4 (diff) | |
download | portable-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.txt | 1 |
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 |
541 | add_executable(rfc3779 rfc3779.c) | 541 | add_executable(rfc3779 rfc3779.c) |
542 | set_source_files_properties(rfc3779.c PROPERTIES COMPILE_FLAGS -D__unused=) | ||
543 | target_link_libraries(rfc3779 ${OPENSSL_TEST_LIBS}) | 542 | target_link_libraries(rfc3779 ${OPENSSL_TEST_LIBS}) |
544 | add_test(rfc3779 rfc3779) | 543 | add_test(rfc3779 rfc3779) |
545 | 544 | ||