Add support for Server Name Indication
[project/ustream-ssl.git] / ustream-ssl.h
index b4317afab4c6c092880f2ed36784efe2b0967bc4..0c5534464e54282dd6f3b371b315e99da1e2e4c9 100644 (file)
@@ -34,6 +34,7 @@ struct ustream_ssl {
        void *ssl;
 
        char *peer_cn;
+       char *server_name;
 
        int error;
        bool connected;