mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-18 12:20:44 +00:00
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 | ||
| sha256_mb_ctx.h | ||
| sha256_mb_mgr_datastruct.S | ||
| sha256_mb_mgr_flush_avx2.S | ||
| sha256_mb_mgr_init_avx2.c | ||
| sha256_mb_mgr_submit_avx2.S | ||
| sha256_mb_mgr.h | ||
| sha256_mb.c | ||
| sha256_x8_avx2.S | ||