mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
parent
8a190f2758
commit
59d42bcc74
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;
|
||||
}
|
||||
|
||||
#if defined(LWS_AMAZON_RTOS)
|
||||
enum lws_ssl_capable_status
|
||||
#else
|
||||
int
|
||||
#endif
|
||||
lws_tls_server_abort_connection(struct lws *wsi)
|
||||
{
|
||||
if (wsi->tls.use_ssl)
|
||||
|
|
Loading…
Add table
Reference in a new issue