Skip to content

Commit 01f498e

Browse files
committed
nit picked
1 parent ccc44df commit 01f498e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Modules/_hashopenssl.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
#include <stdbool.h>
2626
#include "Python.h"
2727
#include "pycore_hashtable.h"
28-
#include "pycore_strhex.h" // _Py_strhex()
28+
#include "pycore_strhex.h" // _Py_strhex()
2929
#include "pycore_pyatomic_ft_wrappers.h" // FT_ATOMIC_LOAD_PTR_RELAXED
3030
#include "hashlib.h"
3131

3232
/* EVP is the preferred interface to hashing in OpenSSL */
3333
#include <openssl/evp.h>
3434
#include <openssl/hmac.h>
35-
#include <openssl/crypto.h> // FIPS_mode()
35+
#include <openssl/crypto.h> // FIPS_mode()
3636
/* We use the object interface to discover what hashes OpenSSL supports. */
3737
#include <openssl/objects.h>
3838
#include <openssl/err.h>

0 commit comments

Comments
 (0)