- use usual resip::Security() in macOS builds - we just doesn't need full macOS support for now
This commit is contained in:
parent
fd878f0d0e
commit
6df835bb95
|
|
@ -174,7 +174,7 @@ void UserAgent::start()
|
|||
#if defined(TARGET_WIN)
|
||||
s = new resip::WinSecurity();
|
||||
#elif defined(TARGET_OSX)
|
||||
s = new resip::MacSecurity();
|
||||
s = new resip::Security();
|
||||
#elif defined(TARGET_LINUX)
|
||||
s = new resip::Security("/etc/ssl/certs");
|
||||
#elif defined(TARGET_ANDROID)
|
||||
|
|
|
|||
Loading…
Reference in New Issue