commit | aaa8867d4a4a1274ea43429c00e8bdfa6b28a015 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | Tue Oct 06 18:10:00 2015 +0300 |
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | Tue Oct 06 18:10:39 2015 +0300 |
tree | c196fa2910054f8a3f43764d6e7ff3660f033a01 | |
parent | 062bd81814029cfc7029c55d98dc6e742cb33990 [diff] [blame] |
modussl: SSL socket wrapper module based on axTLS.
diff --git a/py/mpconfig.h b/py/mpconfig.h index 99bf475..4b986ee 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h
@@ -682,6 +682,10 @@ #define MICROPY_PY_MACHINE (0) #endif +#ifndef MICROPY_PY_USSL +#define MICROPY_PY_USSL (0) +#endif + /*****************************************************************************/ /* Hooks for a port to add builtins */