Skip to content

Commit

Permalink
gcc: fix mbedtls missing enum
Browse files Browse the repository at this point in the history
  • Loading branch information
kraj authored and lws-team committed Nov 23, 2023
1 parent 4d6322d commit a07699d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/tls/mbedtls/mbedtls-server.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a07699d

Please sign in to comment.