Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148792
b: refs/heads/master
c: c79cf91
h: refs/heads/master
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Herbert Xu committed Jun 2, 2009
1 parent 1a41576 commit c7e637c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 2cf4ac8beb9dc50a315a6155b7b70e754d511958
refs/heads/master: c79cf91006f03adb603879013b6710b6062c8445
6 changes: 4 additions & 2 deletions trunk/crypto/testmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,8 @@ static int test_comp(struct crypto_comp *tfm, struct comp_testvec *ctemplate,
int ret;

for (i = 0; i < ctcount; i++) {
int ilen, dlen = COMP_BUF_SIZE;
int ilen;
unsigned int dlen = COMP_BUF_SIZE;

memset(result, 0, sizeof (result));

Expand Down Expand Up @@ -869,7 +870,8 @@ static int test_comp(struct crypto_comp *tfm, struct comp_testvec *ctemplate,
}

for (i = 0; i < dtcount; i++) {
int ilen, dlen = COMP_BUF_SIZE;
int ilen;
unsigned int dlen = COMP_BUF_SIZE;

memset(result, 0, sizeof (result));

Expand Down

0 comments on commit c7e637c

Please sign in to comment.