Fix build warnings.

Signed-off-by: Ben Greear <greearb@candelatech.com>
This commit is contained in:
Ben Greear 2010-05-20 20:15:52 +02:00 committed by Daniel Stenberg
parent 368fd5d27b
commit 700335103e
3 changed files with 17 additions and 16 deletions

View file

@ -46,7 +46,7 @@ Curl_HMAC_init(const HMAC_params * hashparams,
const unsigned char * key,
unsigned int keylen)
{
unsigned int i;
size_t i;
HMAC_context * ctxt;
unsigned char * hkey;
unsigned char b;