diff options
Diffstat (limited to 'tests/md5-sha1-test.c')
-rw-r--r-- | tests/md5-sha1-test.c | 8 |
1 files changed, 0 insertions, 8 deletions
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; \ |