summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2018-01-07 15:16:14 +0200
committerDamien George <damien.p.george@gmail.com>2018-06-27 14:56:59 +1000
commit771911028c7fb9cfee701d7348b52f3985c28a22 (patch)
tree6fee855001a813bbeeccec6065744842a5bfc5c2
parentbb634115fc7bb22aee34454eb127d50a3a9795b4 (diff)
unix/mpconfigport.h: Enable MICROPY_PY_UCRYPTOLIB.
-rw-r--r--ports/unix/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/unix/mpconfigport.h b/ports/unix/mpconfigport.h
index e0f9d9995..4f71a9ef5 100644
--- a/ports/unix/mpconfigport.h
+++ b/ports/unix/mpconfigport.h
@@ -127,6 +127,7 @@
#define MICROPY_PY_UHASHLIB (1)
#if MICROPY_PY_USSL
#define MICROPY_PY_UHASHLIB_SHA1 (1)
+#define MICROPY_PY_UCRYPTOLIB (1)
#endif
#define MICROPY_PY_UBINASCII (1)
#define MICROPY_PY_UBINASCII_CRC32 (1)