unix/mpconfigport.h: Enable MICROPY_PY_UCRYPTOLIB.
This commit is contained in:
parent
bb634115fc
commit
771911028c
@ -127,6 +127,7 @@
|
|||||||
#define MICROPY_PY_UHASHLIB (1)
|
#define MICROPY_PY_UHASHLIB (1)
|
||||||
#if MICROPY_PY_USSL
|
#if MICROPY_PY_USSL
|
||||||
#define MICROPY_PY_UHASHLIB_SHA1 (1)
|
#define MICROPY_PY_UHASHLIB_SHA1 (1)
|
||||||
|
#define MICROPY_PY_UCRYPTOLIB (1)
|
||||||
#endif
|
#endif
|
||||||
#define MICROPY_PY_UBINASCII (1)
|
#define MICROPY_PY_UBINASCII (1)
|
||||||
#define MICROPY_PY_UBINASCII_CRC32 (1)
|
#define MICROPY_PY_UBINASCII_CRC32 (1)
|
||||||
|
Loading…
Reference in New Issue
Block a user