]> git.ipfire.org Git - thirdparty/linux.git/commit
crypto: aegis - remove assignments of 0 to cra_alignmask
authorEric Biggers <ebiggers@google.com>
Sat, 7 Dec 2024 19:57:51 +0000 (11:57 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 14 Dec 2024 09:21:44 +0000 (17:21 +0800)
commit5478ced4783cfc84ee5f0a4945ce61e8d111bef9
tree435d0707ab34ddd4444525d6253fcf4cb7a2ed65
parenta6185842d1b8e7ef5a1a239f26361a39cc291a0b
crypto: aegis - remove assignments of 0 to cra_alignmask

Struct fields are zero by default, so these lines of code have no
effect.  Remove them to reduce the number of matches that are found when
grepping for cra_alignmask.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/aegis128-core.c