mirror of
				https://github.com/coturn/coturn.git
				synced 2025-10-31 06:51:30 +01:00 
			
		
		
		
	mac os x compilation fixed
This commit is contained in:
		
							parent
							
								
									37a1ae3cfc
								
							
						
					
					
						commit
						fb1ff83d6a
					
				| @ -1582,6 +1582,12 @@ static void print_features(unsigned long mfn) | |||||||
| 	TURN_LOG_FUNC(TURN_LOG_LEVEL_INFO, "DTLS supported\n"); | 	TURN_LOG_FUNC(TURN_LOG_LEVEL_INFO, "DTLS supported\n"); | ||||||
| #endif | #endif | ||||||
| 
 | 
 | ||||||
|  | #if defined(TURN_NO_GCM) | ||||||
|  | 	TURN_LOG_FUNC(TURN_LOG_LEVEL_INFO, "AEAD is not supported\n"); | ||||||
|  | #else | ||||||
|  | 	TURN_LOG_FUNC(TURN_LOG_LEVEL_INFO, "AEAD supported\n"); | ||||||
|  | #endif | ||||||
|  | 
 | ||||||
| #if !defined(TURN_NO_HIREDIS) | #if !defined(TURN_NO_HIREDIS) | ||||||
| 	TURN_LOG_FUNC(TURN_LOG_LEVEL_INFO, "Redis supported\n"); | 	TURN_LOG_FUNC(TURN_LOG_LEVEL_INFO, "Redis supported\n"); | ||||||
| #else | #else | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user