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");
|
||||
#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)
|
||||
TURN_LOG_FUNC(TURN_LOG_LEVEL_INFO, "Redis supported\n");
|
||||
#else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user