From 5c26464d7d8b8848a60e6092d57d103061498081 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Fri, 4 Mar 2011 15:28:52 +0800 Subject: [PATCH] --- yaml --- r: 235080 b: refs/heads/master c: f07ef1de9baeb2add514c51f59d4bc3c659c2ca4 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/crypto/tcrypt.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ec668a1ad56a..f402b9c73803 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 442a4fffffa26fc3080350b4d50172f7589c3ac2 +refs/heads/master: f07ef1de9baeb2add514c51f59d4bc3c659c2ca4 diff --git a/trunk/crypto/tcrypt.c b/trunk/crypto/tcrypt.c index 9aac5e58be94..e912ea5def3d 100644 --- a/trunk/crypto/tcrypt.c +++ b/trunk/crypto/tcrypt.c @@ -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;