diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-07-13 01:59:41 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-07-13 01:59:41 +0300 |
commit | be313ea215d7f8d9ca6a82f387d061b8633b319c (patch) | |
tree | 613b969a44b5117a74693dd5442ef78f3d986413 /esp8266 | |
parent | 20283aec107d60f4339268f56fdf451d8867b49a (diff) | |
download | micropython-be313ea215d7f8d9ca6a82f387d061b8633b319c.tar.gz micropython-be313ea215d7f8d9ca6a82f387d061b8633b319c.zip |
esp8266: Select axTLS for SSL implementation, following recent refactor.
Diffstat (limited to 'esp8266')
-rw-r--r-- | esp8266/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/Makefile b/esp8266/Makefile index 00826cfe46..6ad7117f13 100644 --- a/esp8266/Makefile +++ b/esp8266/Makefile @@ -4,6 +4,7 @@ include ../py/mkenv.mk QSTR_DEFS = qstrdefsport.h #$(BUILD)/pins_qstr.h MICROPY_PY_USSL = 1 +MICROPY_SSL_AXTLS = 1 # include py core make definitions include ../py/py.mk |