]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: scomp - Drop the dst scratch buffer
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 19 Mar 2025 12:31:49 +0000 (20:31 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 7 Apr 2025 05:22:25 +0000 (13:22 +0800)
commita7b1d0c5f1ca05cabf7a119a86d81a1511dd273a
tree8a046a380dde642969010963a53fd81e0a0a7692
parentd462ae23bb3ca84eb82a53a671c915dc093eab43
crypto: scomp - Drop the dst scratch buffer

As deflate has been converted over to acomp, and cavium zip has been
removed, there are no longer any scomp algorithms that can be used
by IPsec.

Since IPsec was the only user of the dst scratch buffer, remove it.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/scompress.c