mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
fix ssl bits outside of ifdef coverage
Signed-off-by: Edwin van den Oetelaar <oetelaar.automatisering@gmail.com>
This commit is contained in:
parent
c4d05a5fa2
commit
0794af94eb
1 changed files with 3 additions and 1 deletions
|
@ -140,10 +140,12 @@ int lws_server_socket_service(struct libwebsocket_context *context,
|
|||
unsigned int clilen;
|
||||
struct sockaddr_in cli_addr;
|
||||
int n;
|
||||
int m;
|
||||
int opt = 1;
|
||||
ssize_t len;
|
||||
#ifdef LWS_OPENSSL_SUPPORT
|
||||
int m;
|
||||
BIO *bio;
|
||||
#endif
|
||||
|
||||
switch (wsi->mode) {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue