]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-99108: fix typo in Modules/Setup (#104293)
authorJonathan Protzenko <protz@microsoft.com>
Mon, 8 May 2023 16:52:11 +0000 (09:52 -0700)
committerGitHub <noreply@github.com>
Mon, 8 May 2023 16:52:11 +0000 (09:52 -0700)
case sensitive filename

Modules/Setup

index e5bc078af62c4108a1a2ba57259b9c7ae6685ff6..312e99fea530dc0990f89c1d9a5ab5ac20906d01 100644 (file)
@@ -166,7 +166,7 @@ PYTHONPATH=$(COREPYTHONPATH)
 #_md5 md5module.c -I$(srcdir)/Modules/_hacl/include _hacl/Hacl_Hash_MD5.c -D_BSD_SOURCE -D_DEFAULT_SOURCE
 #_sha1 sha1module.c -I$(srcdir)/Modules/_hacl/include _hacl/Hacl_Hash_SHA1.c -D_BSD_SOURCE -D_DEFAULT_SOURCE
 #_sha2 sha2module.c -I$(srcdir)/Modules/_hacl/include Modules/_hacl/libHacl_Streaming_SHA2.a
-#_sha3 sha3module.c -I$(srcdir)/Modules/_hacl/include _hacl/Hacl_Hash_sha3.c -D_BSD_SOURCE -D_DEFAULT_SOURCE
+#_sha3 sha3module.c -I$(srcdir)/Modules/_hacl/include _hacl/Hacl_Hash_SHA3.c -D_BSD_SOURCE -D_DEFAULT_SOURCE
 
 # text encodings and unicode
 #_codecs_cn cjkcodecs/_codecs_cn.c