Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17431
b: refs/heads/master
c: bcb0ad2
h: refs/heads/master
i:
  17429: 3a9fa70
  17427: 6854026
  17423: d6d87ae
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Jan 9, 2006
1 parent 2118b09 commit 7a17b47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: afad2608c766f53c79ec4ffccdb4bef660b90a89
refs/heads/master: bcb0ad2b34daade529ce1f38eede0ea8b7309535
4 changes: 2 additions & 2 deletions trunk/crypto/sha1.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ static void sha1_update(void *ctx, const u8 *data, unsigned int len)
u32 temp[SHA_WORKSPACE_WORDS];

if (partial) {
done = 64 - partial;
memcpy(sctx->buffer + partial, data, done);
done = -partial;
memcpy(sctx->buffer + partial, data, done + 64);
src = sctx->buffer;
}

Expand Down

0 comments on commit 7a17b47

Please sign in to comment.