diff options
Diffstat (limited to 'thirdparty/lws/lws_config.h')
-rw-r--r-- | thirdparty/lws/lws_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/lws/lws_config.h b/thirdparty/lws/lws_config.h index 6d2a3c93ac..3a918747b1 100644 --- a/thirdparty/lws/lws_config.h +++ b/thirdparty/lws/lws_config.h @@ -18,7 +18,7 @@ /* #undef USE_OLD_CYASSL */ /* #undef LWS_WITH_BORINGSSL */ -/* #undef LWS_WITH_MBEDTLS */ +#define LWS_WITH_MBEDTLS /* #undef LWS_WITH_POLARSSL */ /* #undef LWS_WITH_ESP8266 */ /* #undef LWS_WITH_ESP32 */ |