aboutsummaryrefslogtreecommitdiff
path: root/lib/hmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hmac.c')
-rw-r--r--lib/hmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hmac.c b/lib/hmac.c
index 8fa224beb..f59397653 100644
--- a/lib/hmac.c
+++ b/lib/hmac.c
@@ -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;