Skip to content

Commit 6d9df04

Browse files
committed
reduce diff
1 parent f0acb93 commit 6d9df04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_hashopenssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ typedef struct {
292292
HMAC_CTX *ctx; /* OpenSSL hmac context */
293293
// Prevents undefined behavior via multiple threads entering the C API.
294294
bool use_mutex;
295-
PyMutex mutex; /* HMAC context lock */
295+
PyMutex mutex; /* HMAC context lock */
296296
} HMACobject;
297297

298298
#define HMACobject_CAST(op) ((HMACobject *)(op))

0 commit comments

Comments
 (0)