From f5d63bcd2387b988aa546d6cd42bc48499e505d4 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 26 May 2016 02:12:11 +0300 Subject: [PATCH] unix: Enable "ussl" module. ussl was in testing mode for 8 months, and now enabled in other ports (e.g. esp8266), so time for unix port to catch up. --- unix/mpconfigport.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/mpconfigport.mk b/unix/mpconfigport.mk index 1b2b5231bc..4744172da7 100644 --- a/unix/mpconfigport.mk +++ b/unix/mpconfigport.mk @@ -22,7 +22,7 @@ MICROPY_PY_SOCKET = 1 MICROPY_PY_FFI = 1 # ussl module requires axtls -MICROPY_PY_USSL = 0 +MICROPY_PY_USSL = 1 # jni module requires JVM/JNI MICROPY_PY_JNI = 0