Skip to content

Commit fff66c3

Browse files
kwagyemandpgeorge
authored andcommitted
mimxrt/mpconfigport: Enable cryptolib and hashlib md5.
Signed-off-by: Kwabena W. Agyeman <[email protected]>
1 parent 58a596f commit fff66c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/mimxrt/mpconfigport.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ uint32_t trng_random_u32(void);
131131
#define MICROPY_PY_WEBSOCKET (MICROPY_PY_LWIP)
132132
#define MICROPY_PY_WEBREPL (MICROPY_PY_LWIP)
133133
#define MICROPY_PY_LWIP_SOCK_RAW (MICROPY_PY_LWIP)
134-
// #define MICROPY_PY_HASHLIB_MD5 (MICROPY_PY_SSL)
134+
#define MICROPY_PY_HASHLIB_MD5 (MICROPY_PY_SSL)
135135
#define MICROPY_PY_HASHLIB_SHA1 (MICROPY_PY_SSL)
136-
// #define MICROPY_PY_CRYPTOLIB (MICROPY_PY_SSL)
136+
#define MICROPY_PY_CRYPTOLIB (MICROPY_PY_SSL)
137137

138138
#ifndef MICROPY_PY_BLUETOOTH_ENABLE_CENTRAL_MODE
139139
#define MICROPY_PY_BLUETOOTH_ENABLE_CENTRAL_MODE (1)

0 commit comments

Comments
 (0)