X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=crypto%2Fcts.c;h=8883b622d454e4e0d6ca79bdd68f81555567ea70;hb=a35528eca0977482b240c29cad5e1cf10e03a6a9;hp=51976187b2bf81516f2c64b388387484714037d2;hpb=194d6ad32e1eef433c61040385dcfd98e6fe2ef9;p=mirror_ubuntu-bionic-kernel.git diff --git a/crypto/cts.c b/crypto/cts.c index 51976187b2bf..8883b622d454 100644 --- a/crypto/cts.c +++ b/crypto/cts.c @@ -348,9 +348,9 @@ static int crypto_cts_create(struct crypto_template *tmpl, struct rtattr **tb) spawn = skcipher_instance_ctx(inst); crypto_set_skcipher_spawn(spawn, skcipher_crypto_instance(inst)); - err = crypto_grab_skcipher2(spawn, cipher_name, 0, - crypto_requires_sync(algt->type, - algt->mask)); + err = crypto_grab_skcipher(spawn, cipher_name, 0, + crypto_requires_sync(algt->type, + algt->mask)); if (err) goto err_free_inst;