Merge branches 'fixes', 'pgt-next' and 'versatile' into devel
[pandora-kernel.git] / crypto / tcrypt.c
index 9aac5e5..e912ea5 100644 (file)
@@ -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;