diff options
Diffstat (limited to 'crypto/tcrypt.c')
-rw-r--r-- | crypto/tcrypt.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c index 9aac5e58be94..e912ea5def3d 100644 --- a/crypto/tcrypt.c +++ b/crypto/tcrypt.c | |||
@@ -146,7 +146,8 @@ static void test_cipher_speed(const char *algo, int enc, unsigned int sec, | |||
146 | unsigned int tcount, u8 *keysize) | 146 | unsigned int tcount, u8 *keysize) |
147 | { | 147 | { |
148 | unsigned int ret, i, j, iv_len; | 148 | unsigned int ret, i, j, iv_len; |
149 | const char *key, iv[128]; | 149 | const char *key; |
150 | char iv[128]; | ||
150 | struct crypto_blkcipher *tfm; | 151 | struct crypto_blkcipher *tfm; |
151 | struct blkcipher_desc desc; | 152 | struct blkcipher_desc desc; |
152 | const char *e; | 153 | const char *e; |