type correctnes
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3684 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -201,7 +201,7 @@ hashjpw(const char *ss)
|
|||||||
{ /* another hash function */
|
{ /* another hash function */
|
||||||
unsigned h = 0;
|
unsigned h = 0;
|
||||||
unsigned g;
|
unsigned g;
|
||||||
unsigned const char *s = ss;
|
const unsigned char *s = (const unsigned char *)ss;
|
||||||
|
|
||||||
for (; *s; ++s) {
|
for (; *s; ++s) {
|
||||||
h = (h << TWELVE) + *s;
|
h = (h << TWELVE) + *s;
|
||||||
|
Reference in New Issue
Block a user