diff options
author | Brent Cook <bcook@openbsd.org> | 2015-09-16 02:13:10 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-16 02:13:10 -0500 |
commit | 92a04bc1eae674e59482afc87c6f53d24a160ce2 (patch) | |
tree | baa65fde77a322c0c1f769cefb9df7394f6d7a31 | |
parent | 3ac78a5573fd33a5efc7e590856efd38e9c11b1d (diff) | |
download | portable-92a04bc1eae674e59482afc87c6f53d24a160ce2.tar.gz portable-92a04bc1eae674e59482afc87c6f53d24a160ce2.tar.bz2 portable-92a04bc1eae674e59482afc87c6f53d24a160ce2.zip |
SHA-0 is gone, remove test
-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 51e829e..de3b5d0 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -273,11 +273,6 @@ TESTS += sha512test | |||
273 | check_PROGRAMS += sha512test | 273 | check_PROGRAMS += sha512test |
274 | sha512test_SOURCES = sha512test.c | 274 | sha512test_SOURCES = sha512test.c |
275 | 275 | ||
276 | # shatest | ||
277 | TESTS += shatest | ||
278 | check_PROGRAMS += shatest | ||
279 | shatest_SOURCES = shatest.c | ||
280 | |||
281 | # ssltest | 276 | # ssltest |
282 | TESTS += ssltest.sh | 277 | TESTS += ssltest.sh |
283 | check_PROGRAMS += ssltest | 278 | check_PROGRAMS += ssltest |