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.
pull/2108/merge
Paul Sokolovsky 2016-05-26 02:12:11 +03:00
rodzic 2ea019f3d3
commit f5d63bcd23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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