]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: ipv4: stop checking crypto_ahash_alignmask
authorEric Biggers <ebiggers@google.com>
Sun, 22 Oct 2023 08:10:48 +0000 (01:10 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 27 Oct 2023 10:04:29 +0000 (18:04 +0800)
commite77f5dd701381cef35b9ea8b6dea6e62c8a7f9f3
treee02901e4cc66e0b81ed30caef104201f8ab7b6bc
parent93f367a9a41ab539e905b1ea91254868e4cf8faa
net: ipv4: stop checking crypto_ahash_alignmask

Now that the alignmask for ahash and shash algorithms is always 0,
crypto_ahash_alignmask() always returns 0 and will be removed.  In
preparation for this, stop checking crypto_ahash_alignmask() in ah4.c.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
net/ipv4/ah4.c