]> git.ipfire.org Git - thirdparty/xz.git/commit
liblzma: Move lzma_crcXX_table[][] declarations to crc_common.h
authorLasse Collin <lasse.collin@tukaani.org>
Sun, 23 Jun 2024 11:22:08 +0000 (14:22 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Sun, 23 Jun 2024 12:37:46 +0000 (15:37 +0300)
commit7484d375384f551d475ff44a93590a225e0cb8f6
treee54c6b1f49be28d9981ae73c2c1d193470b09105
parent85b081f5d4598342b8c155a2c08697fb2adc372c
liblzma: Move lzma_crcXX_table[][] declarations to crc_common.h

LZ encoder needs lzma_crc32_table[0] but otherwise those tables
are private to the CRC code. In contrast, the other things in
check.h are needed in several places.
src/liblzma/check/check.h
src/liblzma/check/crc32_small.c
src/liblzma/check/crc_common.h
src/liblzma/lz/lz_encoder_hash.h