unix/mpconfigport.h: Enable MICROPY_PY_UCRYPTOLIB.

This commit is contained in:
Paul Sokolovsky 2018-01-07 15:16:14 +02:00 committed by Damien George
parent bb634115fc
commit 771911028c

View File

@ -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)