From: Alexander Couzens Date: Thu, 6 Aug 2015 11:01:34 +0000 (+0200) Subject: ustream-ssl: make ustream_ssl.server_name const X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fustream-ssl.git;a=commitdiff_plain;h=27d050839035309c909cb86661d4eabb04833efa;hp=c2d73c22618e8ee444e8d346695eca908ecb72d3 ustream-ssl: make ustream_ssl.server_name const Signed-off-by: Alexander Couzens --- 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;