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/mpconfig.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'py/mpconfig.h') diff --git a/py/mpconfig.h b/py/mpconfig.h index 99bf47536..4b986eef9 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -682,6 +682,10 @@ typedef double mp_float_t; #define MICROPY_PY_MACHINE (0) #endif +#ifndef MICROPY_PY_USSL +#define MICROPY_PY_USSL (0) +#endif + /*****************************************************************************/ /* Hooks for a port to add builtins */ -- cgit v1.2.3