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;