Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34385
b: refs/heads/master
c: 5f77043
h: refs/heads/master
i:
  34383: 6642a5e
v: v3
  • Loading branch information
Herbert Xu authored and Linus Torvalds committed Sep 23, 2006
1 parent 3d5e986 commit 83218bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 4c8bd7eeee4c8f157fb61fb64b57500990b42e0e
refs/heads/master: 5f77043f0f7851aa6139fb9a8b297497b540b397
2 changes: 1 addition & 1 deletion trunk/crypto/hmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ static int hmac_init(struct hash_desc *pdesc)
sg_set_buf(&tmp, ipad, bs);

return unlikely(crypto_hash_init(&desc)) ?:
crypto_hash_update(&desc, &tmp, 1);
crypto_hash_update(&desc, &tmp, bs);
}

static int hmac_update(struct hash_desc *pdesc,
Expand Down

0 comments on commit 83218bb

Please sign in to comment.