Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108345
b: refs/heads/master
c: dbaaba1
h: refs/heads/master
i:
  108343: 47ca4e5
v: v3
  • Loading branch information
Herbert Xu committed Aug 13, 2008
1 parent 3ff793f commit c4b7df5
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: f176e632efad33aeb2d3c5ddfa86861c0d60553c
refs/heads/master: dbaaba1d0abf6871c7db6e3d15a46206bc386db1
2 changes: 1 addition & 1 deletion trunk/crypto/digest.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ int crypto_init_digest_ops_async(struct crypto_tfm *tfm)
struct ahash_tfm *crt = &tfm->crt_ahash;
struct digest_alg *dalg = &tfm->__crt_alg->cra_digest;

if (dalg->dia_digestsize > crypto_tfm_alg_blocksize(tfm))
if (dalg->dia_digestsize > PAGE_SIZE / 8)
return -EINVAL;

crt->init = digest_async_init;
Expand Down

0 comments on commit c4b7df5

Please sign in to comment.