diff options
Diffstat (limited to 'security/nss/lib/zlib/crc32.h')
-rw-r--r-- | security/nss/lib/zlib/crc32.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/nss/lib/zlib/crc32.h b/security/nss/lib/zlib/crc32.h index 9e0c778102..7156a5a73d 100644 --- a/security/nss/lib/zlib/crc32.h +++ b/security/nss/lib/zlib/crc32.h @@ -1,8 +1,12 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + /* crc32.h -- tables for rapid CRC calculation * Generated automatically by crc32.c */ -local const z_crc_t FAR crc_table[TBLS][256] = +local const unsigned long FAR crc_table[TBLS][256] = { { 0x00000000UL, 0x77073096UL, 0xee0e612cUL, 0x990951baUL, 0x076dc419UL, |