net: ipv4: Add scaffolding to change completion function signature
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 6 Feb 2023 10:22:21 +0000 (18:22 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 13 Feb 2023 10:34:48 +0000 (18:34 +0800)
commit14d3109c9c5aa993c46c2219d222fc40eaff113e
treed2db9fcc618411c185d9baeb063b69cda8628560
parentfe93d841dda6885f4cdf40de676f1adf81b4fb45
net: ipv4: Add scaffolding to change completion function signature

This patch adds temporary scaffolding so that the Crypto API
completion function can take a void * instead of crypto_async_request.
Once affected users have been converted this can be removed.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
net/ipv4/ah4.c
net/ipv4/esp4.c