mirror of
https://github.com/micropython/micropython.git
synced 2026-03-11 11:20:17 +01:00
unix: Build with MICROPY_PY_UHASHLIB_SHA1 if already building with axTLS.
This commit is contained in:
@@ -104,6 +104,9 @@
|
||||
#define MICROPY_PY_URE (1)
|
||||
#define MICROPY_PY_UHEAPQ (1)
|
||||
#define MICROPY_PY_UHASHLIB (1)
|
||||
#if MICROPY_PY_USSL
|
||||
#define MICROPY_PY_UHASHLIB_SHA1 (1)
|
||||
#endif
|
||||
#define MICROPY_PY_UBINASCII (1)
|
||||
#define MICROPY_PY_URANDOM (1)
|
||||
#ifndef MICROPY_PY_USELECT
|
||||
|
||||
Reference in New Issue
Block a user