1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-23 15:01:00 +03:00

Fix warning on implicit casting in aescrypt.c (#584)

This commit is contained in:
Simon Butcher
2016-08-30 14:25:24 +01:00
committed by Janos Follath
parent 98844ff59f
commit 0e7d38739f

View File

@ -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;