Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17432
b: refs/heads/master
c: 7302533
h: refs/heads/master
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Jan 9, 2006
1 parent 7a17b47 commit 7cabf12
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: bcb0ad2b34daade529ce1f38eede0ea8b7309535
refs/heads/master: 7302533aac2df321b76e8a113e5cfa529c825b09
2 changes: 1 addition & 1 deletion trunk/crypto/api.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ int crypto_register_alg(struct crypto_alg *alg)
if (alg->cra_alignmask & alg->cra_blocksize)
return -EINVAL;

if (alg->cra_blocksize > PAGE_SIZE)
if (alg->cra_blocksize > PAGE_SIZE / 8)
return -EINVAL;

if (alg->cra_priority < 0)
Expand Down

0 comments on commit 7cabf12

Please sign in to comment.