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 ccc44df commit 01f498eCopy full SHA for 01f498e
Modules/_hashopenssl.c
@@ -25,14 +25,14 @@
25
#include <stdbool.h>
26
#include "Python.h"
27
#include "pycore_hashtable.h"
28
-#include "pycore_strhex.h" // _Py_strhex()
+#include "pycore_strhex.h" // _Py_strhex()
29
#include "pycore_pyatomic_ft_wrappers.h" // FT_ATOMIC_LOAD_PTR_RELAXED
30
#include "hashlib.h"
31
32
/* EVP is the preferred interface to hashing in OpenSSL */
33
#include <openssl/evp.h>
34
#include <openssl/hmac.h>
35
-#include <openssl/crypto.h> // FIPS_mode()
+#include <openssl/crypto.h> // FIPS_mode()
36
/* We use the object interface to discover what hashes OpenSSL supports. */
37
#include <openssl/objects.h>
38
#include <openssl/err.h>
0 commit comments