Skip to content

Commit

Permalink
Removed unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Dec 23, 2011
1 parent 6bd1aac commit ff0988c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checksum_sha1.c
Expand Up @@ -138,7 +138,7 @@ void MojoSha1_append(MojoSha1 *context, const uint8 *data, uint32 len)

void MojoSha1_finish(MojoSha1 *context, uint8 digest[20])
{
uint32 i, j;
uint32 i;
uint8 finalcount[8];

for (i = 0; i < 8; i++) {
Expand Down

0 comments on commit ff0988c

Please sign in to comment.