diff options
-rw-r--r-- | tests/ChangeLog | 5 | ||||
-rw-r--r-- | tests/md5-sha1-test.c | 8 |
2 files changed, 5 insertions, 8 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 99b4d8f1..44a8f045 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,10 @@ 2015-09-04 Chih-Hung Hsieh <[email protected]> + * md5-sha1-test.c (md5_expected): Removed. + (sha1_expected): Likewise. + +2015-09-04 Chih-Hung Hsieh <[email protected]> + * asm-tst1.c (main): Replace %Z length modifier with %z. * asm-tst2.c (main): Likewise. * asm-tst3.c (main): Likewise. diff --git a/tests/md5-sha1-test.c b/tests/md5-sha1-test.c index 49de0785..d50355e9 100644 --- a/tests/md5-sha1-test.c +++ b/tests/md5-sha1-test.c @@ -61,14 +61,6 @@ static const struct expected #define md5_size 16 #define sha1_size 20 -static const char md5_expected[] = - { - }; - -static const char sha1_expected[] = - { - }; - #define TEST_HASH(ALGO, I) \ { \ struct ALGO##_ctx ctx; \ |