add mbedtls variant
[project/ustream-ssl.git] / ustream-example-server.c
index f1c02cb..9f2ae80 100644 (file)
@@ -31,7 +31,7 @@
 #include <libubox/usock.h>
 #include "ustream-ssl.h"
 
-static void *ctx;
+static struct ustream_ssl_ctx *ctx;
 
 static struct uloop_fd server;
 static const char *port = "10000";