From d1348cdca78f05eb595d8674410090ba86e0811a Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Tue, 17 Jan 2012 07:02:14 +0000 Subject: Close #1448: removed server name setting from TLS transport config. git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/1.x@3943 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/include/pjsip/sip_transport_tls.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'pjsip') diff --git a/pjsip/include/pjsip/sip_transport_tls.h b/pjsip/include/pjsip/sip_transport_tls.h index 241b063b..ae823f36 100644 --- a/pjsip/include/pjsip/sip_transport_tls.h +++ b/pjsip/include/pjsip/sip_transport_tls.h @@ -121,16 +121,6 @@ typedef struct pjsip_tls_setting */ pj_ssl_cipher *ciphers; - /** - * Optionally specify the server name instance to be contacted when - * making outgoing TLS connection. This setting is useful when the - * server is hosting multiple domains for the same TLS listening - * socket. - * - * Default: empty. - */ - pj_str_t server_name; - /** * Specifies TLS transport behavior on the server TLS certificate * verification result: -- cgit v1.2.3