mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 07:59:20 +00:00
Add missing sal_use_tcp_tls_keepalive and sal_verify_server_cn
This commit is contained in:
parent
ee49cc9029
commit
d0a0b86cfb
1 changed files with 9 additions and 0 deletions
|
|
@ -495,6 +495,15 @@ void sal_verify_server_certificates(Sal *ctx, bool_t verify){
|
|||
ms_error("sal_verify_server_certificates not implemented yet");
|
||||
return ;
|
||||
}
|
||||
void sal_verify_server_cn(Sal *ctx, bool_t verify){
|
||||
ms_error("sal_verify_server_cn not implemented yet");
|
||||
return ;
|
||||
}
|
||||
|
||||
void sal_use_tcp_tls_keepalive(Sal *ctx, bool_t enabled) {
|
||||
ms_error("sal_use_tcp_tls_keepalive not implemented yet");
|
||||
return ;
|
||||
}
|
||||
|
||||
int sal_iterate(Sal *sal){
|
||||
/*FIXME should be zero*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue