unix: Build with MICROPY_PY_UHASHLIB_SHA1 if already building with axTLS.

This commit is contained in:
Paul Sokolovsky 2016-04-11 21:58:58 +03:00
parent f49d63a75c
commit 1a327c4fa3

View File

@ -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