Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf0833 commit 1b57426Copy full SHA for 1b57426
1 file changed
Modules/sha512module.c
@@ -17,7 +17,7 @@
17
/* SHA objects */
18
19
#include "Python.h"
20
-#include "pycore_bitutils.h" // _Py_bswap32()
+#include "pycore_bitutils.h" // _Py_bswap64()
21
#include "structmember.h" // PyMemberDef
22
#include "hashlib.h"
23
#include "pystrhex.h"
0 commit comments