Skip to content
Snippets Groups Projects
Commit 702021e0 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

don't compare signed/unsigned

parent e94c46c0
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment