From c486ef57a320b840fb50b184ee4ee806d9715888 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 1 May 2017 15:31:28 -0400 Subject: Rename x-lzma to x-tor-lzma We shouldn't call it lzma, because we are imposing a limit on the memory needed for decoding. --- src/test/test_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/test_util.c') diff --git a/src/test/test_util.c b/src/test/test_util.c index dec1d526c8..022f29c0fd 100644 --- a/src/test/test_util.c +++ b/src/test/test_util.c @@ -5753,7 +5753,7 @@ struct testcase_t util_tests[] = { UTIL_LEGACY(pow2), COMPRESS(zlib, "deflate"), COMPRESS(gzip, "gzip"), - COMPRESS(lzma, "x-lzma"), + COMPRESS(lzma, "x-tor-lzma"), COMPRESS(zstd, "x-zstd"), UTIL_TEST(gzip_compression_bomb, TT_FORK), UTIL_LEGACY(datadir), -- cgit v1.2.3-54-g00ecf