diff --git a/[refs] b/[refs] index 2dd11fac4a27..3ee50f694f2d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 23508e11ab3bb405dca66bf4d77e488bf2b07b0c +refs/heads/master: 927eead52c958829ef62c8aa5da2751033a2cf98 diff --git a/trunk/crypto/cryptd.c b/trunk/crypto/cryptd.c index 1a5c45b96852..074298f2f8e3 100644 --- a/trunk/crypto/cryptd.c +++ b/trunk/crypto/cryptd.c @@ -243,6 +243,8 @@ static struct crypto_instance *cryptd_alloc_blkcipher( inst->alg.cra_ablkcipher.min_keysize = alg->cra_blkcipher.min_keysize; inst->alg.cra_ablkcipher.max_keysize = alg->cra_blkcipher.max_keysize; + inst->alg.cra_ablkcipher.geniv = alg->cra_blkcipher.geniv; + inst->alg.cra_ctxsize = sizeof(struct cryptd_blkcipher_ctx); inst->alg.cra_init = cryptd_blkcipher_init_tfm;