mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-10-30 19:20:40 -04:00 
			
		
		
		
	Fix definition of SSL_SOME_MODES_USE_MAC
The previous definition was lacking the case of the ARIA and DES ciphers.
This commit is contained in:
		
							parent
							
								
									52344c2972
								
							
						
					
					
						commit
						34f88afdf1
					
				| @ -150,7 +150,8 @@ | ||||
|     ( defined(MBEDTLS_CIPHER_MODE_CBC) &&                               \ | ||||
|       ( defined(MBEDTLS_AES_C)      ||                                  \ | ||||
|         defined(MBEDTLS_CAMELLIA_C) ||                                  \ | ||||
|         defined(MBEDTLS_ARIA_C) ) ) | ||||
|         defined(MBEDTLS_ARIA_C)     ||                                  \ | ||||
|         defined(MBEDTLS_DES_C) ) ) | ||||
| #define MBEDTLS_SSL_SOME_MODES_USE_MAC | ||||
| #endif | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Hanno Becker
						Hanno Becker