File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ STATIC const mp_obj_type_t sha1_type = {
149
149
#endif
150
150
151
151
STATIC const mp_rom_map_elem_t mp_module_hashlib_globals_table [] = {
152
- { MP_ROM_QSTR (MP_QSTR___name__ ), MP_ROM_QSTR (MP_QSTR_uhashlib ) },
152
+ { MP_ROM_QSTR (MP_QSTR___name__ ), MP_ROM_QSTR (MP_QSTR_hashlib ) },
153
153
{ MP_ROM_QSTR (MP_QSTR_sha256 ), MP_ROM_PTR (& sha256_type ) },
154
154
#if MICROPY_PY_UHASHLIB_SHA1
155
155
{ MP_ROM_QSTR (MP_QSTR_sha1 ), MP_ROM_PTR (& sha1_type ) },
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ STATIC const mp_rom_map_elem_t mp_builtin_module_table[] = {
199
199
{ MP_ROM_QSTR (MP_QSTR_utimeq ), MP_ROM_PTR (& mp_module_utimeq ) },
200
200
#endif
201
201
#if MICROPY_PY_UHASHLIB
202
- { MP_ROM_QSTR (MP_QSTR_uhashlib ), MP_ROM_PTR (& mp_module_uhashlib ) },
202
+ { MP_ROM_QSTR (MP_QSTR_hashlib ), MP_ROM_PTR (& mp_module_uhashlib ) },
203
203
#endif
204
204
#if MICROPY_PY_UBINASCII
205
205
{ MP_ROM_QSTR (MP_QSTR_binascii ), MP_ROM_PTR (& mp_module_ubinascii ) },
You can’t perform that action at this time.
0 commit comments