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.
This commit is contained in:
parent
2ea019f3d3
commit
f5d63bcd23
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue