mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-10-30 19:20:40 -04:00 
			
		
		
		
	Fix some whitespace issues in aes.c
This commit is contained in:
		
							parent
							
								
									ab6b9758d6
								
							
						
					
					
						commit
						eb6d3968b1
					
				| @ -575,7 +575,6 @@ int mbedtls_aes_setkey_enc( mbedtls_aes_context *ctx, const unsigned char *key, | |||||||
|     { |     { | ||||||
|         aes_gen_tables(); |         aes_gen_tables(); | ||||||
|         aes_init_done = 1; |         aes_init_done = 1; | ||||||
| 
 |  | ||||||
|     } |     } | ||||||
| #endif | #endif | ||||||
| 
 | 
 | ||||||
| @ -1056,7 +1055,6 @@ int mbedtls_aes_crypt_cbc( mbedtls_aes_context *ctx, | |||||||
|     AES_VALIDATE_RET( input != NULL ); |     AES_VALIDATE_RET( input != NULL ); | ||||||
|     AES_VALIDATE_RET( output != NULL ); |     AES_VALIDATE_RET( output != NULL ); | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
|     if( length % 16 ) |     if( length % 16 ) | ||||||
|         return( MBEDTLS_ERR_AES_INVALID_INPUT_LENGTH ); |         return( MBEDTLS_ERR_AES_INVALID_INPUT_LENGTH ); | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Manuel Pégourié-Gonnard
						Manuel Pégourié-Gonnard