Skip to content

Commit 1b57426

Browse files
author
Erlend Egeberg Aasland
authored
bpo-43210: Fix byteswap comment in sha512.module.c (GH-24518)
1 parent 3cf0833 commit 1b57426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/sha512module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/* SHA objects */
1818

1919
#include "Python.h"
20-
#include "pycore_bitutils.h" // _Py_bswap32()
20+
#include "pycore_bitutils.h" // _Py_bswap64()
2121
#include "structmember.h" // PyMemberDef
2222
#include "hashlib.h"
2323
#include "pystrhex.h"

0 commit comments

Comments
 (0)