mirror of
https://github.com/curl/curl.git
synced 2026-07-24 08:47:50 +03:00
don't compare signed/unsigned
This commit is contained in:
parent
e94c46c00c
commit
702021e099
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ static void mkhash(char *password,
|
|||
static const unsigned char magic[] = {
|
||||
0x4B, 0x47, 0x53, 0x21, 0x40, 0x23, 0x24, 0x25
|
||||
};
|
||||
int i;
|
||||
unsigned int i;
|
||||
size_t len = strlen(password);
|
||||
|
||||
/* make it fit at least 14 bytes */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue