mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 18:24:14 +08:00
c87a405e3b
Some ahash algorithms set .cra_type = &crypto_ahash_type. But this is redundant with the C structure type ('struct ahash_alg'), and crypto_register_ahash() already sets the .cra_type automatically. Apparently the useless assignment has just been copy+pasted around. So, remove the useless assignment from all the ahash algorithms. This patch shouldn't change any actual behavior. Signed-off-by: Eric Biggers <ebiggers@google.com> Acked-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> |
||
---|---|---|
.. | ||
Makefile | ||
sha512_mb_ctx.h | ||
sha512_mb_mgr_datastruct.S | ||
sha512_mb_mgr_flush_avx2.S | ||
sha512_mb_mgr_init_avx2.c | ||
sha512_mb_mgr_submit_avx2.S | ||
sha512_mb_mgr.h | ||
sha512_mb.c | ||
sha512_x4_avx2.S |