Skip to content

Commit

Permalink
Remove evp_pkey_check
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Aug 29, 2024
1 parent 8276b75 commit c43335e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ tests/ctlog.conf
tests/*.crt
tests/ec_point_conversion*
tests/ecc_cdh*
tests/evp_pkey_check*
tests/evp_pkey_cleanup*
tests/explicit_bzero*
tests/freenull*
Expand Down
5 changes: 0 additions & 5 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -423,11 +423,6 @@ add_executable(evp_ecx_test evp_ecx_test.c)
target_link_libraries(evp_ecx_test ${OPENSSL_TEST_LIBS})
add_platform_test(evp_ecx_test evp_ecx_test)

# evp_pkey_check
add_executable(evp_pkey_check evp_pkey_check.c)
target_link_libraries(evp_pkey_check ${OPENSSL_TEST_LIBS})
add_platform_test(evp_pkey_check evp_pkey_check)

# evp_pkey_cleanup
add_executable(evp_pkey_cleanup evp_pkey_cleanup.c)
target_link_libraries(evp_pkey_cleanup ${OPENSSL_TEST_LIBS})
Expand Down
5 changes: 0 additions & 5 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -435,11 +435,6 @@ TESTS += evp_ecx_test
check_PROGRAMS += evp_ecx_test
evp_ecx_test_SOURCES = evp_ecx_test.c

# evp_pkey_check
TESTS += evp_pkey_check
check_PROGRAMS += evp_pkey_check
evp_pkey_check_SOURCES = evp_pkey_check.c

# evp_pkey_cleanup
TESTS += evp_pkey_cleanup
check_PROGRAMS += evp_pkey_cleanup
Expand Down

0 comments on commit c43335e

Please sign in to comment.