mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-30 00:00:16 +01:00
parent
4d6322d5b6
commit
a07699d269
1 changed files with 0 additions and 4 deletions
|
@ -264,11 +264,7 @@ lws_tls_server_new_nonblocking(struct lws *wsi, lws_sockfd_type accept_fd)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(LWS_AMAZON_RTOS)
|
|
||||||
enum lws_ssl_capable_status
|
enum lws_ssl_capable_status
|
||||||
#else
|
|
||||||
int
|
|
||||||
#endif
|
|
||||||
lws_tls_server_abort_connection(struct lws *wsi)
|
lws_tls_server_abort_connection(struct lws *wsi)
|
||||||
{
|
{
|
||||||
if (wsi->tls.use_ssl)
|
if (wsi->tls.use_ssl)
|
||||||
|
|
Loading…
Add table
Reference in a new issue