mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 05:55:40 +01:00
Fix warning on implicit casting in aescrypt.c (#584)
This commit is contained in:
parent
98844ff59f
commit
0e7d38739f
@ -73,7 +73,7 @@ int main( int argc, char *argv[] )
|
||||
{
|
||||
int ret = 1;
|
||||
|
||||
int i, n;
|
||||
unsigned int i, n;
|
||||
int mode, lastn;
|
||||
size_t keylen;
|
||||
FILE *fkey, *fin = NULL, *fout = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user