From 27d050839035309c909cb86661d4eabb04833efa Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Thu, 6 Aug 2015 13:01:34 +0200 Subject: [PATCH] ustream-ssl: make ustream_ssl.server_name const Signed-off-by: Alexander Couzens --- ustream-ssl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ustream-ssl.h b/ustream-ssl.h index 0c55344..7787788 100644 --- a/ustream-ssl.h +++ b/ustream-ssl.h @@ -34,7 +34,7 @@ struct ustream_ssl { void *ssl; char *peer_cn; - char *server_name; + const char *server_name; int error; bool connected; -- 2.11.0