# HG changeset patch # User Igor Sysoev # Date 1161196991 0 # Node ID 604f9671fae6a3f756261bc7201d21d6656a997d # Parent ff16489f1eac7db4d841d6f8ee7bf083da6bdc67 char* > u_char* diff --git a/src/core/ngx_crc.h b/src/core/ngx_crc.h --- a/src/core/ngx_crc.h +++ b/src/core/ngx_crc.h @@ -11,7 +11,7 @@ /* 32-bit crc16 */ static ngx_inline uint32_t -ngx_crc(char *data, size_t len) +ngx_crc(u_char *data, size_t len) { uint32_t sum;