mirror of https://github.com/python/cpython
bpo-43210: Fix byteswap comment in sha512.module.c (GH-24518)
This commit is contained in:
parent
3cf0833f42
commit
1b57426e3a
|
@ -17,7 +17,7 @@
|
|||
/* SHA objects */
|
||||
|
||||
#include "Python.h"
|
||||
#include "pycore_bitutils.h" // _Py_bswap32()
|
||||
#include "pycore_bitutils.h" // _Py_bswap64()
|
||||
#include "structmember.h" // PyMemberDef
|
||||
#include "hashlib.h"
|
||||
#include "pystrhex.h"
|
||||
|
|
Loading…
Reference in New Issue