ustream-ssl: cyassl compatibility with build time options
[project/ustream-ssl.git] / ustream-ssl.h
index b4317afab4c6c092880f2ed36784efe2b0967bc4..77877885e43103c0e86224e6f6b2a427cf79ef2c 100644 (file)
@@ -34,6 +34,7 @@ struct ustream_ssl {
        void *ssl;
 
        char *peer_cn;
+       const char *server_name;
 
        int error;
        bool connected;