mirror of
				https://github.com/Mbed-TLS/mbedtls.git
				synced 2025-11-03 20:33:16 +03:00 
			
		
		
		
	Fix warning on implicit casting in aescrypt.c (#584)
This commit is contained in:
		
				
					committed by
					
						
						Janos Follath
					
				
			
			
				
	
			
			
			
						parent
						
							98844ff59f
						
					
				
				
					commit
					0e7d38739f
				
			@@ -73,7 +73,7 @@ int main( int argc, char *argv[] )
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    int ret = 1;
 | 
					    int ret = 1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    int i, n;
 | 
					    unsigned int i, n;
 | 
				
			||||||
    int mode, lastn;
 | 
					    int mode, lastn;
 | 
				
			||||||
    size_t keylen;
 | 
					    size_t keylen;
 | 
				
			||||||
    FILE *fkey, *fin = NULL, *fout = NULL;
 | 
					    FILE *fkey, *fin = NULL, *fout = NULL;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user