From aaa8867d4a4a1274ea43429c00e8bdfa6b28a015 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Tue, 6 Oct 2015 18:10:00 +0300 Subject: modussl: SSL socket wrapper module based on axTLS. --- py/objmodule.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'py/objmodule.c') diff --git a/py/objmodule.c b/py/objmodule.c index e0fad37f0..940a8daf2 100644 --- a/py/objmodule.c +++ b/py/objmodule.c @@ -186,6 +186,9 @@ STATIC const mp_map_elem_t mp_builtin_module_table[] = { #if MICROPY_PY_MACHINE { MP_OBJ_NEW_QSTR(MP_QSTR_machine), (mp_obj_t)&mp_module_machine }, #endif +#if MICROPY_PY_USSL + { MP_OBJ_NEW_QSTR(MP_QSTR_ussl), (mp_obj_t)&mp_module_ussl }, +#endif // extra builtin modules as defined by a port MICROPY_PORT_BUILTIN_MODULES -- cgit v1.2.3