unix/mpconfigport.h: Enable MICROPY_PY_UCRYPTOLIB.

pull/3882/merge
Paul Sokolovsky 2018-01-07 15:16:14 +02:00 zatwierdzone przez Damien George
rodzic bb634115fc
commit 771911028c
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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