From ac78f1000830681e767a418f58b88bba23469a0e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 1 Sep 2024 11:51:11 +0200 Subject: Remove non-whole byte tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- md5.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'md5.c') diff --git a/md5.c b/md5.c index 52a6b72..a56ecfc 100644 --- a/md5.c +++ b/md5.c @@ -106,13 +106,7 @@ static struct testcase testcases[] = { {2049UL, 0, "x", "01ee208262ef50b8ea672d0865ad58fa"}, {2050UL, 0, "x", "da23b925b41f6160146ade5dc7f65281"}, {2051UL, 0, "x", "2583da14d43398956e19e24a6f591748"}, - {2052UL, 0, "x", "2388049a9674713a2e82cd59d2cc9241"}, - {0, 1, "\xff", "7e663710ae2348bf0deaca2c79311eae"}, - {0, 1, "\x7f", "7e663710ae2348bf0deaca2c79311eae"}, - {0, 1, "\x01", "7e663710ae2348bf0deaca2c79311eae"}, - {0, 1, "\xfe", "1da635b1430f171c657206fd69fee0e8"}, - {0, 1, "\x7e", "1da635b1430f171c657206fd69fee0e8"}, - {0, 1, "\x00", "1da635b1430f171c657206fd69fee0e8"} + {2052UL, 0, "x", "2388049a9674713a2e82cd59d2cc9241"} }; -- cgit v1.2.3-70-g09d2