]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
crypto: tcrypt - remove remnants of pcomp-based zlib
authorHoria Geantă <horia.geanta@nxp.com>
Wed, 19 Sep 2018 14:54:21 +0000 (17:54 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 28 Sep 2018 04:46:26 +0000 (12:46 +0800)
Commit 110492183c4b ("crypto: compress - remove unused pcomp interface")
removed pcomp interface but missed cleaning up tcrypt.

Signed-off-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/tcrypt.c
crypto/testmgr.h

index 6e0a054bb61dac713cf72212b42a18fb6e7b67d7..4385abe1f547cb50618b72d473a463a63b67139d 100644 (file)
@@ -76,8 +76,7 @@ static char *check[] = {
        "cast6", "arc4", "michael_mic", "deflate", "crc32c", "tea", "xtea",
        "khazad", "wp512", "wp384", "wp256", "tnepres", "xeta",  "fcrypt",
        "camellia", "seed", "salsa20", "rmd128", "rmd160", "rmd256", "rmd320",
-       "lzo", "cts", "zlib", "sha3-224", "sha3-256", "sha3-384", "sha3-512",
-       NULL
+       "lzo", "cts", "sha3-224", "sha3-256", "sha3-384", "sha3-512", NULL
 };
 
 static u32 block_sizes[] = { 16, 64, 256, 1024, 8192, 0 };
@@ -1881,10 +1880,6 @@ static int do_test(const char *alg, u32 type, u32 mask, int m, u32 num_mb)
                ret += tcrypt_test("ecb(seed)");
                break;
 
-       case 44:
-               ret += tcrypt_test("zlib");
-               break;
-
        case 45:
                ret += tcrypt_test("rfc4309(ccm(aes))");
                break;
index 47629cb1efd31e74d86c2da4aeaa8f7e35a5b315..adfe23e18fb32ecfcece356c012469951fb22689 100644 (file)
@@ -24,8 +24,6 @@
 #ifndef _CRYPTO_TESTMGR_H
 #define _CRYPTO_TESTMGR_H
 
-#include <linux/netlink.h>
-
 #define MAX_DIGEST_SIZE                64
 #define MAX_TAP                        8