| Index: third_party/zlib/deflate.h
|
| diff --git a/third_party/zlib/deflate.h b/third_party/zlib/deflate.h
|
| index 83b46028409059fcde92f433a63459744c1c9a58..2fe6fd6670f5f6742655c736d08fd2c89b58dc6c 100644
|
| --- a/third_party/zlib/deflate.h
|
| +++ b/third_party/zlib/deflate.h
|
| @@ -91,7 +91,7 @@ typedef unsigned IPos;
|
| * save space in the various tables. IPos is used only for parameter passing.
|
| */
|
|
|
| -#define Z_COOKIE_HASH_SIZE 64
|
| +#define Z_COOKIE_HASH_SIZE 256
|
| #define Z_COOKIE_HASH_MASK (Z_COOKIE_HASH_SIZE-1)
|
|
|
| typedef struct internal_state {
|
|
|