diff options
| author | Theo Buehler <tb@openbsd.org> | 2024-08-29 12:19:01 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2024-08-29 12:19:01 -0600 |
| commit | c43335ee1d21534100bbb1a1616b088d6fe8fd33 (patch) | |
| tree | cef91ecf9ab189559465483cb6f0e15c4112ed0c | |
| parent | 8276b75db44582920f509ddb4b05924be7bc8c1a (diff) | |
| download | portable-c43335ee1d21534100bbb1a1616b088d6fe8fd33.tar.gz portable-c43335ee1d21534100bbb1a1616b088d6fe8fd33.tar.bz2 portable-c43335ee1d21534100bbb1a1616b088d6fe8fd33.zip | |
Remove evp_pkey_check
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | tests/CMakeLists.txt | 5 | ||||
| -rw-r--r-- | tests/Makefile.am | 5 |
3 files changed, 0 insertions, 11 deletions
| @@ -109,7 +109,6 @@ tests/ctlog.conf | |||
| 109 | tests/*.crt | 109 | tests/*.crt |
| 110 | tests/ec_point_conversion* | 110 | tests/ec_point_conversion* |
| 111 | tests/ecc_cdh* | 111 | tests/ecc_cdh* |
| 112 | tests/evp_pkey_check* | ||
| 113 | tests/evp_pkey_cleanup* | 112 | tests/evp_pkey_cleanup* |
| 114 | tests/explicit_bzero* | 113 | tests/explicit_bzero* |
| 115 | tests/freenull* | 114 | tests/freenull* |
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}) |
diff --git a/tests/Makefile.am b/tests/Makefile.am index 5388126..a1b89b7 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
| @@ -435,11 +435,6 @@ TESTS += evp_ecx_test | |||
| 435 | check_PROGRAMS += evp_ecx_test | 435 | check_PROGRAMS += evp_ecx_test |
| 436 | evp_ecx_test_SOURCES = evp_ecx_test.c | 436 | evp_ecx_test_SOURCES = evp_ecx_test.c |
| 437 | 437 | ||
| 438 | # evp_pkey_check | ||
| 439 | TESTS += evp_pkey_check | ||
| 440 | check_PROGRAMS += evp_pkey_check | ||
| 441 | evp_pkey_check_SOURCES = evp_pkey_check.c | ||
| 442 | |||
| 443 | # evp_pkey_cleanup | 438 | # evp_pkey_cleanup |
| 444 | TESTS += evp_pkey_cleanup | 439 | TESTS += evp_pkey_cleanup |
| 445 | check_PROGRAMS += evp_pkey_cleanup | 440 | check_PROGRAMS += evp_pkey_cleanup |
