]> git.ipfire.org Git - thirdparty/xz.git/commit
liblzma: ARM64 CRC: Fix omission of CRC32 table
authorLasse Collin <lasse.collin@tukaani.org>
Wed, 10 Apr 2024 20:09:40 +0000 (23:09 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Wed, 10 Apr 2024 20:12:23 +0000 (23:12 +0300)
commit45da936c879acf4f053a3055665bf1b10ded4462
treeebb06f7ab3cf2b1a02f5f5a2d79ed45e31dd0da0
parent308a9af85400b0e2019f0f012c8354e831d06d65
liblzma: ARM64 CRC: Fix omission of CRC32 table

The macro name had an odd typo so the table wasn't omitted
when it should have.

Fixes: 1940f0ec28f08c0ac72c1413d9706fb82eabe6ad
src/liblzma/check/crc32_table.c