summaryrefslogtreecommitdiff
path: root/pkg/python/modules.lua
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2021-05-16 01:12:58 -0700
committerMichael Forney <mforney@mforney.org>2021-05-17 22:03:56 -0700
commit732d09a691b0455f04db8ea11dc8133c0dda5dfb (patch)
tree9fade34be33b366923dfeb4fcd9e4964fd4bcf19 /pkg/python/modules.lua
parenta13fa66f67543d4320b75d4aeb18d9ad7dbae180 (diff)
python: Port _hashlib to BearSSL
Diffstat (limited to 'pkg/python/modules.lua')
-rw-r--r--pkg/python/modules.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/python/modules.lua b/pkg/python/modules.lua
index 3bb65721..48253cec 100644
--- a/pkg/python/modules.lua
+++ b/pkg/python/modules.lua
@@ -105,7 +105,7 @@ return {
--_ctypes_test={'_ctypes/_ctypes_test.c'},
--_decimal={'_decimal/_decimal.c'},
_ssl={'_ssl.c'},
- _hashlib={'_hashopenssl.c'},
+ _hashlib={'_hashbearssl.c'},
--_sha256={'sha256module.c'},
--_sha512={'sha512module.c'},
--_md5={'md5module.c'},