diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2021-07-04 14:24:50 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2021-07-04 14:24:50 +0000 |
commit | c7ba0cf37b82deb51e54e1c0a9bed0b07cfc2140 (patch) | |
tree | bef9779b0c66405192ba23a7ea151376062a6595 /lib/libz/crc32.h | |
parent | e93f44536b825144dd201b8104baff8e36e21273 (diff) |
Update libz to zlib 1.2.11 and reapply local patches as far as this
made sense.
Tested in snaps for a few days. deraadt helped with fitting things on
floppies and jmatthew found a bug I introduced.
ok deraadt
Diffstat (limited to 'lib/libz/crc32.h')
-rw-r--r-- | lib/libz/crc32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libz/crc32.h b/lib/libz/crc32.h index 8053b6117c0..9e0c7781025 100644 --- a/lib/libz/crc32.h +++ b/lib/libz/crc32.h @@ -2,7 +2,7 @@ * Generated automatically by crc32.c */ -local const unsigned long FAR crc_table[TBLS][256] = +local const z_crc_t FAR crc_table[TBLS][256] = { { 0x00000000UL, 0x77073096UL, 0xee0e612cUL, 0x990951baUL, 0x076dc419UL, |