Skip to content

Commit b9a249f

Browse files
committed
Fix name of the sha1 extension.
1 parent dc0b896 commit b9a249f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/Setup.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ _symtable symtablemodule.c
241241

242242
# The _sha module implements the SHA checksum algorithms.
243243
# (NIST's Secure Hash Algorithms.)
244-
#_sha shamodule.c
244+
#_sha1 shamodule.c
245245
#_sha256 sha256module.c
246246
#_sha512 sha512module.c
247247

0 commit comments

Comments
 (0)