mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
unix/mpconfigport.h: Enable MICROPY_PY_UCRYPTOLIB.
This commit is contained in:
committed by
Damien George
parent
bb634115fc
commit
771911028c
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user