aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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