Skip to content
Snippets Groups Projects
Commit f5d63bcd authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

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.
parent 2ea019f3
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ MICROPY_PY_SOCKET = 1 ...@@ -22,7 +22,7 @@ MICROPY_PY_SOCKET = 1
MICROPY_PY_FFI = 1 MICROPY_PY_FFI = 1
# ussl module requires axtls # ussl module requires axtls
MICROPY_PY_USSL = 0 MICROPY_PY_USSL = 1
# jni module requires JVM/JNI # jni module requires JVM/JNI
MICROPY_PY_JNI = 0 MICROPY_PY_JNI = 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment