mbedtls: dont build lws_get_ssl
This commit is contained in:
parent
afafc135cd
commit
99154ae223
1 changed files with 1 additions and 1 deletions
|
@ -1964,7 +1964,7 @@ lws_is_ssl(struct lws *wsi)
|
|||
#endif
|
||||
}
|
||||
|
||||
#ifdef LWS_OPENSSL_SUPPORT
|
||||
#if defined(LWS_OPENSSL_SUPPORT) && !defined(LWS_WITH_MBEDTLS)
|
||||
LWS_VISIBLE lws_tls_conn*
|
||||
lws_get_ssl(struct lws *wsi)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue