summaryrefslogtreecommitdiff
path: root/pjsip
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2012-01-17 07:02:14 +0000
committerNanang Izzuddin <nanang@teluu.com>2012-01-17 07:02:14 +0000
commitd1348cdca78f05eb595d8674410090ba86e0811a (patch)
treef9ffa6581d355d44510b5f3e7292cc6e20bbd7e1 /pjsip
parent06d3f22a5f024613b692b6113eec1ca3122a2592 (diff)
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
Diffstat (limited to 'pjsip')
-rw-r--r--pjsip/include/pjsip/sip_transport_tls.h10
1 files changed, 0 insertions, 10 deletions
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
@@ -122,16 +122,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:
* - If \a verify_server is disabled (set to PJ_FALSE), TLS transport