summaryrefslogtreecommitdiff
path: root/crypto/testmgr.c
diff options
context:
space:
mode:
authorArd Biesheuvel <ardb@kernel.org>2025-03-16 09:21:24 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2025-03-21 17:39:06 +0800
commitbe457e4e8da6e0a797dba2344ac34de647a5322e (patch)
treefbe4212aa38627a7252c0c73079bc59511704945 /crypto/testmgr.c
parentbd40bf1ad26dc42ead655a7cccabf7e9a0c10769 (diff)
crypto: compress_null - drop obsolete 'comp' implementation
The 'comp' API is obsolete and will be removed, so remove this comp implementation. Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/testmgr.c')
-rw-r--r--crypto/testmgr.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index 140872765dcd..9c5648c45ff0 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -4727,9 +4727,6 @@ static const struct alg_test_desc alg_test_descs[] = {
.hash = __VECS(sm4_cmac128_tv_template)
}
}, {
- .alg = "compress_null",
- .test = alg_test_null,
- }, {
.alg = "crc32",
.test = alg_test_hash,
.fips_allowed = 1,