diff options
author | Theo Buehler <tb@openbsd.org> | 2024-08-31 05:33:35 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-08-31 05:58:34 -0600 |
commit | 64f8aa37017145dc2af27db20ce6b8b0fb2b214c (patch) | |
tree | 3a5b1f1ef8979d56abd9154ce0b405710dd059ad /tests/Makefile.am | |
parent | 5ffea18590c0bf585aac237626171a9b0233251c (diff) | |
download | portable-64f8aa37017145dc2af27db20ce6b8b0fb2b214c.tar.gz portable-64f8aa37017145dc2af27db20ce6b8b0fb2b214c.tar.bz2 portable-64f8aa37017145dc2af27db20ce6b8b0fb2b214c.zip |
Adjust for whirlpool removal
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index a1b89b7..604fdab 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -831,11 +831,6 @@ TESTS += verifytest | |||
831 | check_PROGRAMS += verifytest | 831 | check_PROGRAMS += verifytest |
832 | verifytest_SOURCES = verifytest.c | 832 | verifytest_SOURCES = verifytest.c |
833 | 833 | ||
834 | # whirlpool | ||
835 | TESTS += whirlpool_test | ||
836 | check_PROGRAMS += whirlpool_test | ||
837 | whirlpool_test_SOURCES = whirlpool_test.c | ||
838 | |||
839 | # x25519test | 834 | # x25519test |
840 | TESTS += x25519test | 835 | TESTS += x25519test |
841 | check_PROGRAMS += x25519test | 836 | check_PROGRAMS += x25519test |