]> sjero.net Git - linphone/blobdiff - coreapi/sal_eXosip2.h
fix TLS support under linphonec and gtk (problem not occuring with mobile versions)
[linphone] / coreapi / sal_eXosip2.h
index bdc257740d2199d403d54dd373a00f267f9cd0c6..f2577ee00c650b5c82787dbf86267c4b976ee5e1 100644 (file)
@@ -39,13 +39,14 @@ struct Sal{
        int running;
        int session_expires;
        int keepalive_period;
-       void *up;
+       void *up; /*user pointer*/
+       char* rootCa; /* File _or_ folder containing root CA */
        bool_t one_matching_codec;
        bool_t double_reg;
        bool_t use_rports;
        bool_t use_101;
        bool_t reuse_authorization;
-       char* rootCa; /* File _or_ folder containing root CA */
+       bool_t verify_server_certs;
 };
 
 struct SalOp{