mirror of
https://github.com/libressl/portable.git
synced 2026-01-17 21:51:17 +01:00
Adjust for whirlpool removal
This commit is contained in:
@@ -851,11 +851,6 @@ add_executable(verifytest verifytest.c)
|
||||
target_link_libraries(verifytest ${LIBTLS_TEST_LIBS})
|
||||
add_platform_test(verifytest verifytest)
|
||||
|
||||
# whirlpool_test
|
||||
add_executable(whirlpool_test whirlpool_test.c)
|
||||
target_link_libraries(whirlpool_test ${OPENSSL_TEST_LIBS})
|
||||
add_platform_test(whirlpool_test whirlpool_test)
|
||||
|
||||
# x25519test
|
||||
add_executable(x25519test x25519test.c)
|
||||
target_link_libraries(x25519test ${OPENSSL_TEST_LIBS})
|
||||
|
||||
@@ -831,11 +831,6 @@ TESTS += verifytest
|
||||
check_PROGRAMS += verifytest
|
||||
verifytest_SOURCES = verifytest.c
|
||||
|
||||
# whirlpool
|
||||
TESTS += whirlpool_test
|
||||
check_PROGRAMS += whirlpool_test
|
||||
whirlpool_test_SOURCES = whirlpool_test.c
|
||||
|
||||
# x25519test
|
||||
TESTS += x25519test
|
||||
check_PROGRAMS += x25519test
|
||||
|
||||
Reference in New Issue
Block a user