diff options
Diffstat (limited to 'crypt')
-rw-r--r-- | crypt/md5test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypt/md5test.c b/crypt/md5test.c index 5397e5ac61..b57d3cd3fc 100644 --- a/crypt/md5test.c +++ b/crypt/md5test.c @@ -36,7 +36,6 @@ main (int argc, char *argv[]) for (cnt = 0; cnt < (int) (sizeof (tests) / sizeof (tests[0])); ++cnt) { int i; - int j; __md5_init_ctx (&ctx); __md5_process_bytes (tests[cnt].input, strlen (tests[cnt].input), &ctx); |