bpo-43210: Fix byteswap comment in sha512.module.c (GH-24518)

This commit is contained in:
Erlend Egeberg Aasland 2021-02-14 15:14:26 +01:00 committed by GitHub
parent 3cf0833f42
commit 1b57426e3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"