diff options
| author | Fabio Alessandrelli | 2018-02-08 22:06:09 +0100 |
|---|---|---|
| committer | Fabio Alessandrelli | 2018-02-14 01:26:23 +0100 |
| commit | 34b9fc3022ca2e1b756d2e8a433bd4813531fe98 (patch) | |
| tree | d67d4b33d3e4f1b4170f36289813adfe0443a6f3 /thirdparty/lws/lws_config.h | |
| parent | 67b600d957b27c9e084bcb0cc77e80f17a7db621 (diff) | |
| download | godot-34b9fc3022ca2e1b756d2e8a433bd4813531fe98.tar.gz godot-34b9fc3022ca2e1b756d2e8a433bd4813531fe98.tar.zst godot-34b9fc3022ca2e1b756d2e8a433bd4813531fe98.zip | |
lws module now uses mbedtls as OpenSSL replacement
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 6d2a3c93a..3a918747b 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 */ |
