[Python-checkins] gh-99108: Followup fix for Modules/Setup (GH-102183)

miss-islington webhook-mailer at python.org
Thu Feb 23 12:24:05 EST 2023


https://github.com/python/cpython/commit/d43c2652d4b1ca4d0afa468e58c4f50052f4bfa2
commit: d43c2652d4b1ca4d0afa468e58c4f50052f4bfa2
branch: main
author: Jonathan Protzenko <protz at microsoft.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2023-02-23T09:23:57-08:00
summary:

gh-99108: Followup fix for Modules/Setup (GH-102183)



Automerge-Triggered-By: GH:erlend-aasland

files:
M Modules/Setup

diff --git a/Modules/Setup b/Modules/Setup
index f9fa26cac9e2..ff432e2929ec 100644
--- a/Modules/Setup
+++ b/Modules/Setup
@@ -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
 



More information about the Python-checkins mailing list