mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 20:22:59 -05:00 
			
		
		
		
	- Surpress warning of unused 'mode' parameter in Camellia
This commit is contained in:
		
							parent
							
								
									6b0fa4f33b
								
							
						
					
					
						commit
						c2547b0034
					
				@ -458,6 +458,8 @@ void camellia_crypt_ecb( camellia_context *ctx,
 | 
			
		||||
    int NR;
 | 
			
		||||
    uint32_t *RK, X[4];
 | 
			
		||||
 | 
			
		||||
    ( (void) mode );
 | 
			
		||||
 | 
			
		||||
    NR = ctx->nr;
 | 
			
		||||
    RK = ctx->rk;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user