mbedtls: Fix setting allowed cipher suites
[project/ustream-ssl.git] / ustream-ssl.h
index b4317af..7787788 100644 (file)
@@ -34,6 +34,7 @@ struct ustream_ssl {
        void *ssl;
 
        char *peer_cn;
+       const char *server_name;
 
        int error;
        bool connected;