mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
bpo-43210: Fix byteswap comment in sha512.module.c (GH-24518)
This commit is contained in:
parent
3cf0833f42
commit
1b57426e3a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue