]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net: ipv6: stop checking crypto_ahash_alignmask
authorEric Biggers <ebiggers@google.com>
Sun, 22 Oct 2023 08:10:49 +0000 (01:10 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 27 Oct 2023 10:04:29 +0000 (18:04 +0800)
commit0a6bfaa0e695facb072f2fedfb55df37c4483b50
treee8271c68e8bf807ba5076ef348ba91fffa6ce8a2
parente77f5dd701381cef35b9ea8b6dea6e62c8a7f9f3
net: ipv6: 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 ah6.c.

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