提交 c3e73e76 编写于 作者: G Gustavo F. Padovan 提交者: Herbert Xu

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

Signed-off-by: NGustavo F. Padovan <padovan@profusion.mobi>
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
上级 a18b989a
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册