mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
Update openssl-server.c
string 702: add "enum lws_ssl_capable_status"
This commit is contained in:
parent
e8eb7d6bd6
commit
bafd930934
1 changed files with 1 additions and 1 deletions
|
@ -699,7 +699,7 @@ lws_tls_server_new_nonblocking(struct lws *wsi, lws_sockfd_type accept_fd)
|
|||
return 0;
|
||||
}
|
||||
|
||||
int
|
||||
enum lws_ssl_capable_status
|
||||
lws_tls_server_abort_connection(struct lws *wsi)
|
||||
{
|
||||
if (wsi->tls.use_ssl)
|
||||
|
|
Loading…
Add table
Reference in a new issue