Skip to content
Snippets Groups Projects
Commit c3e73e76 authored by Gustavo Padovan's avatar Gustavo Padovan Committed by Herbert Xu
Browse files

crypto: ghash-intel - Fix set but not used in ghash_async_setkey()

parent a18b989a
No related branches found
No related tags found
No related merge requests found
......@@ -245,7 +245,7 @@ static int ghash_async_setkey(struct crypto_ahash *tfm, const u8 *key,
crypto_ahash_set_flags(tfm, crypto_ahash_get_flags(child)
& CRYPTO_TFM_RES_MASK);
return 0;
return err;
}
static int ghash_async_init_tfm(struct crypto_tfm *tfm)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment