Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157936
b: refs/heads/master
c: 259c5e0
h: refs/heads/master
v: v3
  • Loading branch information
Herbert Xu committed Jun 24, 2009
1 parent 5b7b291 commit 1b0814b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: c9944881acf02b6f25fa62a0441a98b7dc0d7ae6
refs/heads/master: 259c5e05c13daaaea039b5bf29a2674701cfd68e
4 changes: 0 additions & 4 deletions trunk/crypto/testmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,6 @@ static int test_hash(struct crypto_ahash *tfm, struct hash_testvec *template,

hash_buff = xbuf[0];

ret = -EINVAL;
if (WARN_ON(template[i].psize > PAGE_SIZE))
goto out;

memcpy(hash_buff, template[i].plaintext, template[i].psize);
sg_init_one(&sg[0], hash_buff, template[i].psize);

Expand Down

0 comments on commit 1b0814b

Please sign in to comment.