mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 15:48:09 +00:00
Merge branch 'master' of git.linphone.org:linphone
This commit is contained in:
commit
d98fa4ed52
1 changed files with 1 additions and 0 deletions
|
|
@ -462,6 +462,7 @@ void sal_set_root_ca(Sal* ctx, const char* rootCa) {
|
|||
if (ctx->rootCa)
|
||||
ms_free(ctx->rootCa);
|
||||
ctx->rootCa = ms_strdup(rootCa);
|
||||
set_tls_options(ctx);
|
||||
}
|
||||
|
||||
void sal_verify_server_certificates(Sal *ctx, bool_t verify){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue