aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/lws/lws_config.h
diff options
context:
space:
mode:
authorFabio Alessandrelli2018-02-08 22:06:09 +0100
committerFabio Alessandrelli2018-02-14 01:26:23 +0100
commit34b9fc3022ca2e1b756d2e8a433bd4813531fe98 (patch)
treed67d4b33d3e4f1b4170f36289813adfe0443a6f3 /thirdparty/lws/lws_config.h
parent67b600d957b27c9e084bcb0cc77e80f17a7db621 (diff)
downloadgodot-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.h2
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 */