Skip to content

Commit f5d63bc

Browse files
committed
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.
1 parent 2ea019f commit f5d63bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unix/mpconfigport.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ MICROPY_PY_SOCKET = 1
2222
MICROPY_PY_FFI = 1
2323

2424
# ussl module requires axtls
25-
MICROPY_PY_USSL = 0
25+
MICROPY_PY_USSL = 1
2626

2727
# jni module requires JVM/JNI
2828
MICROPY_PY_JNI = 0

0 commit comments

Comments
 (0)