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 5c3cbfd commit 379cbefCopy full SHA for 379cbef
Modules/hmacmodule.c
@@ -5,8 +5,8 @@
5
#include "Python.h"
6
#include "pycore_hashtable.h"
7
8
-#include <openssl/evp.h> // EVP_* interface
9
-#include <openssl/objects.h> // LN_* and NID_* macros
+#include <openssl/evp.h> // EVP_* interface
+#include <openssl/objects.h> // LN_* and NID_* macros
10
11
#include "_hacl/Hacl_HMAC.h"
12
#include "hashlib.h"
@@ -200,7 +200,6 @@ typedef void
200
(*HACL_HMAC_compute_func)(uint8_t *out,
201
uint8_t *key, uint32_t keylen,
202
uint8_t *msg, uint32_t msglen);
203
-
204
/* Function pointer type for 1-shot HACL* HMAC CPython AC functions. */
205
typedef PyObject *
206
(*PYAC_HMAC_compute_func)(PyObject *module, PyObject *key, PyObject *msg);
0 commit comments