Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbd2e5f0

Browse files
authored
gh-131298: updateModules/Setup after HACL* static linking changes (#133012)
This was overlooked in5f2ba15.
1 parent632524a commitbd2e5f0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎Modules/Setup

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,12 @@ PYTHONPATH=$(COREPYTHONPATH)
165165
#pyexpat pyexpat.c
166166

167167
# hashing builtins
168-
#_blake2 blake2module.c -I$(srcdir)/Modules/_hacl/include Modules/_hacl/libHacl_Hash_Blake2.a -D_BSD_SOURCE -D_DEFAULT_SOURCE
169-
#_md5 md5module.c -I$(srcdir)/Modules/_hacl/include Modules/_hacl/libHacl_Hash_MD5.a -D_BSD_SOURCE -D_DEFAULT_SOURCE
170-
#_sha1 sha1module.c -I$(srcdir)/Modules/_hacl/include Modules/_hacl/libHacl_Hash_SHA1.a -D_BSD_SOURCE -D_DEFAULT_SOURCE
171-
#_sha2 sha2module.c -I$(srcdir)/Modules/_hacl/include Modules/_hacl/libHacl_Hash_SHA2.a -D_BSD_SOURCE -D_DEFAULT_SOURCE
172-
#_sha3 sha3module.c -I$(srcdir)/Modules/_hacl/include Modules/_hacl/libHacl_Hash_SHA3.a -D_BSD_SOURCE -D_DEFAULT_SOURCE
173-
#_hmac hmacmodule.c -I$(srcdir)/Modules/_hacl/include Modules/_hacl/libHacl_HMAC.a -D_BSD_SOURCE -D_DEFAULT_SOURCE
168+
#_blake2 blake2module.c
169+
#_md5 md5module.c
170+
#_sha1 sha1module.c
171+
#_sha2 sha2module.c
172+
#_sha3 sha3module.c
173+
#_hmac hmacmodule.c
174174

175175
# text encodings and unicode
176176
#_codecs_cn cjkcodecs/_codecs_cn.c

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp