summaryrefslogtreecommitdiff
path: root/ustream-openssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ustream-openssl.h')
-rw-r--r--ustream-openssl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ustream-openssl.h b/ustream-openssl.h
index ef786f2..afff22b 100644
--- a/ustream-openssl.h
+++ b/ustream-openssl.h
@@ -39,4 +39,9 @@ static inline void __ustream_ssl_update_peer_cn(struct ustream_ssl *us)
{
}
+static inline void __ustream_ssl_set_server_name(struct ustream_ssl *us)
+{
+ SSL_set_tlsext_host_name(us->ssl, us->server_name);
+}
+
#endif