Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 517260
Collapse All | Expand All

(-)coreapi/linphonecore.c.orig (-1 / +1 lines)
Lines 503-509 static void sip_config_read(LinphoneCore Link Here
503
	}
503
	}
504
504
505
#ifdef __linux
505
#ifdef __linux
506
	sal_set_root_ca(lc->sal, lp_config_get_string(lc->config,"sip","root_ca", "/etc/ssl/certs"));
506
	sal_set_root_ca(lc->sal, lp_config_get_string(lc->config,"sip","root_ca", "/etc/ssl/certs/ca-certificates.crt"));
507
#else
507
#else
508
	sal_set_root_ca(lc->sal, lp_config_get_string(lc->config,"sip","root_ca", ROOT_CA_FILE));
508
	sal_set_root_ca(lc->sal, lp_config_get_string(lc->config,"sip","root_ca", ROOT_CA_FILE));
509
#endif
509
#endif

Return to bug 517260