1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00

test server status no ssl include time header

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2016-02-21 15:13:15 +08:00
parent 8057bfa779
commit 2647acee84

View file

@ -18,6 +18,7 @@
* Public Domain. * Public Domain.
*/ */
#include "test-server.h" #include "test-server.h"
#include <time.h>
static unsigned char server_info[1024]; static unsigned char server_info[1024];
static int server_info_len; static int server_info_len;