Skip to content

Commit 5ae6b6d

Browse files
committed
cosmetic cleanups
1 parent 39be4b1 commit 5ae6b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/hmacmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// HMAC underlying hash function static information.
1111

1212
/* MD-5 */
13-
// (HACL_HID = md5)
13+
// HACL_HID = md5
1414
#define Py_hmac_md5_block_size 64
1515
#define Py_hmac_md5_digest_size 16
1616
#define Py_hmac_md5_update_func NULL

0 commit comments

Comments
 (0)