lws_latency(context, wsi,"SSL_connect hs", n, n >0);switch(n) {caseLWS_SSL_CAPABLE_ERROR:return-1;caseLWS_SSL_CAPABLE_DONE:return1;/* connected */caseLWS_SSL_CAPABLE_MORE_SERVICE_WRITE:lws_callback_on_writable(wsi);/* fallthru */caseLWS_SSL_CAPABLE_MORE_SERVICE_READ: lwsi_set_s...
I installed lws with this cmd cmake .. -DLWS_FOR_GITOHASHI=1 and make was successful. But in gitohashi make I encountered this error: undefined reference to `lws_timed_callback_vh_protocol' and there was a warning about this function warning: implicit declaration of function ‘lws_time...