crypto: keywrap - remove assignment of 0 to cra_alignmask
authorEric Biggers <ebiggers@google.com>
Sat, 7 Dec 2024 19:57:52 +0000 (11:57 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 14 Dec 2024 09:21:44 +0000 (17:21 +0800)
commitf916e44487f56df4827069ff3a2070c0746dc511
tree88edc829f3b37dbd2b449cc0160cb9846b8d2209
parent5478ced4783cfc84ee5f0a4945ce61e8d111bef9
crypto: keywrap - remove assignment of 0 to cra_alignmask

Since this code is zero-initializing the algorithm struct, the
assignment of 0 to cra_alignmask is redundant.  Remove it 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/keywrap.c