commit | 0a6bfaa0e695facb072f2fedfb55df37c4483b50 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Sun Oct 22 01:10:49 2023 -0700 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Oct 27 18:04:29 2023 +0800 |
tree | e8271c68e8bf807ba5076ef348ba91fffa6ce8a2 | |
parent | e77f5dd701381cef35b9ea8b6dea6e62c8a7f9f3 [diff] |
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>