mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
gh-131298: update Modules/Setup after HACL* static linking changes (#133012)
This was overlooked in 5f2ba152a0.
This commit is contained in:
parent
632524a5cb
commit
bd2e5f044c
1 changed files with 6 additions and 6 deletions
|
|
@ -165,12 +165,12 @@ PYTHONPATH=$(COREPYTHONPATH)
|
|||
#pyexpat pyexpat.c
|
||||
|
||||
# hashing builtins
|
||||
#_blake2 blake2module.c -I$(srcdir)/Modules/_hacl/include Modules/_hacl/libHacl_Hash_Blake2.a -D_BSD_SOURCE -D_DEFAULT_SOURCE
|
||||
#_md5 md5module.c -I$(srcdir)/Modules/_hacl/include Modules/_hacl/libHacl_Hash_MD5.a -D_BSD_SOURCE -D_DEFAULT_SOURCE
|
||||
#_sha1 sha1module.c -I$(srcdir)/Modules/_hacl/include Modules/_hacl/libHacl_Hash_SHA1.a -D_BSD_SOURCE -D_DEFAULT_SOURCE
|
||||
#_sha2 sha2module.c -I$(srcdir)/Modules/_hacl/include Modules/_hacl/libHacl_Hash_SHA2.a -D_BSD_SOURCE -D_DEFAULT_SOURCE
|
||||
#_sha3 sha3module.c -I$(srcdir)/Modules/_hacl/include Modules/_hacl/libHacl_Hash_SHA3.a -D_BSD_SOURCE -D_DEFAULT_SOURCE
|
||||
#_hmac hmacmodule.c -I$(srcdir)/Modules/_hacl/include Modules/_hacl/libHacl_HMAC.a -D_BSD_SOURCE -D_DEFAULT_SOURCE
|
||||
#_blake2 blake2module.c
|
||||
#_md5 md5module.c
|
||||
#_sha1 sha1module.c
|
||||
#_sha2 sha2module.c
|
||||
#_sha3 sha3module.c
|
||||
#_hmac hmacmodule.c
|
||||
|
||||
# text encodings and unicode
|
||||
#_codecs_cn cjkcodecs/_codecs_cn.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue