Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235080
b: refs/heads/master
c: f07ef1d
h: refs/heads/master
v: v3
  • Loading branch information
David Sterba authored and Herbert Xu committed Mar 4, 2011
1 parent 4a6c5c9 commit 5c26464
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 442a4fffffa26fc3080350b4d50172f7589c3ac2
refs/heads/master: f07ef1de9baeb2add514c51f59d4bc3c659c2ca4
3 changes: 2 additions & 1 deletion trunk/crypto/tcrypt.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ static void test_cipher_speed(const char *algo, int enc, unsigned int sec,
unsigned int tcount, u8 *keysize)
{
unsigned int ret, i, j, iv_len;
const char *key, iv[128];
const char *key;
char iv[128];
struct crypto_blkcipher *tfm;
struct blkcipher_desc desc;
const char *e;
Expand Down

0 comments on commit 5c26464

Please sign in to comment.