Skip to content

Commit

Permalink
pythongh-99108: Followup fix for Modules/Setup (pythonGH-102183)
Browse files Browse the repository at this point in the history
Automerge-Triggered-By: GH:erlend-aasland
  • Loading branch information
msprotz authored and JelleZijlstra committed Feb 25, 2023
1 parent 2131bed commit 02473a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modules/Setup
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ PYTHONPATH=$(COREPYTHONPATH)

# hashing builtins
#_blake2 _blake2/blake2module.c _blake2/blake2b_impl.c _blake2/blake2s_impl.c
#_md5 md5module.c -I$(srcdir)/Modules/_hacl/include _hacl/libHacl_Hash_MD5.c
#_sha1 sha1module.c -I$(srcdir)/Modules/_hacl/include _hacl/libHacl_Hash_SHA1.c
#_md5 md5module.c -I$(srcdir)/Modules/_hacl/include _hacl/Hacl_Hash_MD5.c
#_sha1 sha1module.c -I$(srcdir)/Modules/_hacl/include _hacl/Hacl_Hash_SHA1.c
#_sha2 sha2module.c -I$(srcdir)/Modules/_hacl/include Modules/_hacl/libHacl_Streaming_SHA2.a
#_sha3 _sha3/sha3module.c

Expand Down

0 comments on commit 02473a9

Please sign in to comment.