]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - crypto/ctr.c
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux...
[linux.git] / crypto / ctr.c
index 435b75bd619e41140c173a3a7308957f691b584e..30f3946efc6da31b544463bbfab7582dc1cef578 100644 (file)
@@ -233,8 +233,6 @@ static struct crypto_instance *crypto_ctr_alloc(struct rtattr **tb)
        inst->alg.cra_blkcipher.encrypt = crypto_ctr_crypt;
        inst->alg.cra_blkcipher.decrypt = crypto_ctr_crypt;
 
-       inst->alg.cra_blkcipher.geniv = "chainiv";
-
 out:
        crypto_mod_put(alg);
        return inst;