- use usual resip::Security() in macOS builds - we just doesn't need full macOS support for now

This commit is contained in:
Dmytro Bogovych 2025-09-24 08:31:34 +03:00
parent fd878f0d0e
commit 6df835bb95
1 changed files with 1 additions and 1 deletions

View File

@ -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)