Skip to content

Commit 379cbef

Browse files
committed
cosmetic changes for future resolution
1 parent 5c3cbfd commit 379cbef

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Modules/hmacmodule.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#include "Python.h"
66
#include "pycore_hashtable.h"
77

8-
#include <openssl/evp.h> // EVP_* interface
9-
#include <openssl/objects.h> // LN_* and NID_* macros
8+
#include <openssl/evp.h> // EVP_* interface
9+
#include <openssl/objects.h> // LN_* and NID_* macros
1010

1111
#include "_hacl/Hacl_HMAC.h"
1212
#include "hashlib.h"
@@ -200,7 +200,6 @@ typedef void
200200
(*HACL_HMAC_compute_func)(uint8_t *out,
201201
uint8_t *key, uint32_t keylen,
202202
uint8_t *msg, uint32_t msglen);
203-
204203
/* Function pointer type for 1-shot HACL* HMAC CPython AC functions. */
205204
typedef PyObject *
206205
(*PYAC_HMAC_compute_func)(PyObject *module, PyObject *key, PyObject *msg);

0 commit comments

Comments
 (0)