Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196729
b: refs/heads/master
c: 18eb8ea
h: refs/heads/master
i:
  196727: dc50b25
v: v3
  • Loading branch information
Herbert Xu committed May 19, 2010
1 parent 33e1455 commit b29795c
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: 5bdd5ded95b3188d58ba43ac801b8849cbea1b16
refs/heads/master: 18eb8ea6ee4cc9ed39b45f95b734f523bcfb586b
2 changes: 1 addition & 1 deletion trunk/crypto/shash.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static int shash_setkey_unaligned(struct crypto_shash *tfm, const u8 *key,
u8 *buffer, *alignbuffer;
int err;

absize = keylen + (alignmask & ~(CRYPTO_MINALIGN - 1));
absize = keylen + (alignmask & ~(crypto_tfm_ctx_alignment() - 1));
buffer = kmalloc(absize, GFP_KERNEL);
if (!buffer)
return -ENOMEM;
Expand Down

0 comments on commit b29795c

Please sign in to comment.