diff --git a/deps/zlib/crc32.c b/deps/zlib/crc32.c index 73369a2170..a3eee9205a 100644 --- a/deps/zlib/crc32.c +++ b/deps/zlib/crc32.c @@ -80,6 +80,11 @@ extern "C" { return crc ^ 0xffffffffL; } + const unsigned long * get_crc_table() + { + return crc_table; + } + #ifdef __cplusplus } #endif