emile: remove ambiguity especially for Windows platform.

Thanks Vincent Torri for the review.
This commit is contained in:
Cedric BAIL 2015-03-17 08:50:33 +01:00
parent 2734fde87f
commit d4d22ca5ea
2 changed files with 2 additions and 2 deletions

View File

@ -183,7 +183,7 @@ emile_pbkdf2_sha1(const char *key,
unsigned char tab[4];
unsigned char *p = res;
unsigned char *buf;
unsigned long i;
unsigned int i;
int digest_len = 20;
int len = res_len;
int tmp_len;

View File

@ -70,7 +70,7 @@ emile_pbkdf2_sha1(const char *key,
unsigned char tab[4];
unsigned char *p = res;
unsigned char *buf;
unsigned long i;
unsigned int i;
int digest_len = 20;
int len = res_len;
int tmp_len;