]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/crypto/geode-aes.h
pata_pcmcia / ide-cs: Fix bad hashes for Transcend and kingston IDs
[linux-beck.git] / drivers / crypto / geode-aes.h
index 14cc763da1e443a90340e257d7dcaf58ef83eb0f..f1855b50da48d53cbc3e1f2d6d953529e56252d5 100644 (file)
@@ -65,7 +65,7 @@ struct geode_aes_op {
        int len;
 
        u8 key[AES_KEY_LENGTH];
-       u8 iv[AES_IV_LENGTH];
+       u8 *iv;
 
        union {
                struct crypto_blkcipher *blk;