Changeset 91 for trunk/xcache.c

Show
Ignore:
Timestamp:
07/16/2006 06:30:58 AM (2 years ago)
Author:
moo
Message:

kill compiler warnings

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xcache.c

    r90 r91  
    11421142 
    11431143        PHP_MD5Init(&context); 
    1144         PHP_MD5Update(&context, Z_STRVAL_PP(pass), Z_STRLEN_PP(pass)); 
     1144        PHP_MD5Update(&context, (unsigned char *) Z_STRVAL_PP(pass), Z_STRLEN_PP(pass)); 
    11451145        PHP_MD5Final(digest, &context); 
    11461146