modussl: SSL socket wrapper module based on axTLS.

This commit is contained in:
Paul Sokolovsky
2015-10-06 18:10:00 +03:00
parent 062bd81814
commit aaa8867d4a
7 changed files with 227 additions and 0 deletions

View File

@@ -101,6 +101,7 @@ extern const mp_obj_module_t mp_module_ure;
extern const mp_obj_module_t mp_module_uheapq;
extern const mp_obj_module_t mp_module_uhashlib;
extern const mp_obj_module_t mp_module_ubinascii;
extern const mp_obj_module_t mp_module_ussl;
extern const mp_obj_module_t mp_module_machine;
#endif // __MICROPY_INCLUDED_PY_BUILTIN_H__