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:
Paul Sokolovsky 2016-05-26 02:12:11 +03:00
parent 2ea019f3d3
commit f5d63bcd23
1 changed files with 1 additions and 1 deletions

View File

@ -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