Skip to content
Snippets Groups Projects
Commit 1a327c4f authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

unix: Build with MICROPY_PY_UHASHLIB_SHA1 if already building with axTLS.

parent f49d63a7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment