diff options
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index e930236..61de671 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -423,11 +423,6 @@ add_executable(evp_ecx_test evp_ecx_test.c) | |||
423 | target_link_libraries(evp_ecx_test ${OPENSSL_TEST_LIBS}) | 423 | target_link_libraries(evp_ecx_test ${OPENSSL_TEST_LIBS}) |
424 | add_platform_test(evp_ecx_test evp_ecx_test) | 424 | add_platform_test(evp_ecx_test evp_ecx_test) |
425 | 425 | ||
426 | # evp_pkey_check | ||
427 | add_executable(evp_pkey_check evp_pkey_check.c) | ||
428 | target_link_libraries(evp_pkey_check ${OPENSSL_TEST_LIBS}) | ||
429 | add_platform_test(evp_pkey_check evp_pkey_check) | ||
430 | |||
431 | # evp_pkey_cleanup | 426 | # evp_pkey_cleanup |
432 | add_executable(evp_pkey_cleanup evp_pkey_cleanup.c) | 427 | add_executable(evp_pkey_cleanup evp_pkey_cleanup.c) |
433 | target_link_libraries(evp_pkey_cleanup ${OPENSSL_TEST_LIBS}) | 428 | target_link_libraries(evp_pkey_cleanup ${OPENSSL_TEST_LIBS}) |