]> git.ipfire.org Git - thirdparty/tor.git/commit
compress_lzma: New enum values from liblzma 5.3.x
authorMicah Elizabeth Scott <beth@torproject.org>
Wed, 18 Jan 2023 22:14:47 +0000 (14:14 -0800)
committerDavid Goulet <dgoulet@torproject.org>
Thu, 19 Jan 2023 18:59:08 +0000 (13:59 -0500)
commit3d7e3af91e9f0962a43d865132e6250423ee3918
treef09683545c6672bd400d732ed42953e6ba5ab83f
parentee153db5a17e2825077a255c4e3bb345f2351806
compress_lzma: New enum values from liblzma 5.3.x

Add new liblzma enums (LZMA_SEEK_NEEDED and LZMA_RET_INTERNAL*)
conditional to the API version they arrived in. The first stable
version of liblzma this affects is 5.4.0

Fixes #40741

Signed-off-by: Micah Elizabeth Scott <beth@torproject.org>
changes/ticket40741 [new file with mode: 0644]
src/lib/compress/compress_lzma.c