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 f0acb93 commit 6d9df04Copy full SHA for 6d9df04
Modules/_hashopenssl.c
@@ -292,7 +292,7 @@ typedef struct {
292
HMAC_CTX *ctx; /* OpenSSL hmac context */
293
// Prevents undefined behavior via multiple threads entering the C API.
294
bool use_mutex;
295
- PyMutex mutex; /* HMAC context lock */
+ PyMutex mutex; /* HMAC context lock */
296
} HMACobject;
297
298
#define HMACobject_CAST(op) ((HMACobject *)(op))
0 commit comments