mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +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 a new issue