diff options
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 | ||