X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fustream-ssl.git;a=blobdiff_plain;f=ustream-example-server.c;h=9f2ae805c4c25659262f181a95933b3bb2da6cc3;hp=f1c02cb4dccbe19b2e6cd4e79faf6f91ff1e82fa;hb=add9c19ae46263e9c2ca85c0baad22cd758f6c63;hpb=84c7f315bccabaa9853264a4e640f58cdb6b4ed4 diff --git a/ustream-example-server.c b/ustream-example-server.c index f1c02cb..9f2ae80 100644 --- a/ustream-example-server.c +++ b/ustream-example-server.c @@ -31,7 +31,7 @@ #include #include "ustream-ssl.h" -static void *ctx; +static struct ustream_ssl_ctx *ctx; static struct uloop_fd server; static const char *port = "10000";