diff --git a/[refs] b/[refs] index 02dfca8275f4..63c56f99e332 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2d74d405fc5ea78b20a4a2efd24201db424e07b1 +refs/heads/master: c2c61f513db395ddd8d67690bf3301ebe1e8155a diff --git a/trunk/crypto/authenc.c b/trunk/crypto/authenc.c index fbbc2b505a21..80d9d0b18c13 100644 --- a/trunk/crypto/authenc.c +++ b/trunk/crypto/authenc.c @@ -333,7 +333,7 @@ static struct crypto_instance *crypto_authenc_alloc(struct rtattr **tb) inst->alg.cra_alignmask = auth->cra_alignmask | enc->cra_alignmask; inst->alg.cra_type = &crypto_aead_type; - inst->alg.cra_aead.ivsize = enc->cra_blkcipher.ivsize; + inst->alg.cra_aead.ivsize = enc->cra_ablkcipher.ivsize; inst->alg.cra_aead.maxauthsize = auth->cra_type == &crypto_hash_type ? auth->cra_hash.digestsize : auth->cra_digest.dia_digestsize;