mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
Fix build warnings.
Signed-off-by: Ben Greear <greearb@candelatech.com>
This commit is contained in:
parent
368fd5d27b
commit
700335103e
3 changed files with 17 additions and 16 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue