modussl: SSL socket wrapper module based on axTLS.
diff --git a/py/objmodule.c b/py/objmodule.c
index e0fad37..940a8da 100644
--- a/py/objmodule.c
+++ b/py/objmodule.c
@@ -186,6 +186,9 @@
 #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