aboutsummaryrefslogtreecommitdiffstats
path: root/tests/check_md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check_md5.c')
-rw-r--r--tests/check_md5.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/check_md5.c b/tests/check_md5.c
index 4b99d300..a9c31f4f 100644
--- a/tests/check_md5.c
+++ b/tests/check_md5.c
@@ -36,7 +36,6 @@ static void check_sums(int l)
md5_byte_t sum[16];
tcase_fn_start (tests[i].str, __FILE__, __LINE__);
md5_state_t state;
- int di;
md5_init(&state);
md5_append(&state, (const md5_byte_t *)tests[i].str, strlen(tests[i].str));