1
0
Fork 0
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:
GuzhavinAleksey 2023-05-23 22:57:20 +03:00 committed by GitHub
parent e8eb7d6bd6
commit bafd930934
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)