mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-23 00:00:06 +01:00
openssl: remove check for errno
This has gone in master, on platforms that may trash errno during the logging, this doesn't do anything useful anyway.
This commit is contained in:
parent
314690f38d
commit
6cf2350205
1 changed files with 0 additions and 2 deletions
|
@ -60,8 +60,6 @@ int lws_ssl_get_error(struct lws *wsi, int n)
|
|||
lwsl_debug("%s: %p %d -> %d (errno %d)\n", __func__, wsi->tls.ssl, n, m,
|
||||
errno);
|
||||
|
||||
assert (errno != 9);
|
||||
|
||||
return m;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue