char* > u_char*

This commit is contained in:
Igor Sysoev 2006-10-18 18:43:11 +00:00
parent cac6960d1e
commit 682c6031f5

View file

@ -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;