Skip to content

Commit 36f26a0

Browse files
committed
sync comments
1 parent bf74924 commit 36f26a0

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
@@ -2317,7 +2317,7 @@ _hashlib_HMAC_update_impl(HMACobject *self, PyObject *msg)
23172317
/*
23182318
* Extract the MAC value to 'buf' and return the digest size.
23192319
*
2320-
* The buffer 'buf' must have at least hashlib_openssl_HMAC_digest_size(self)
2320+
* The buffer 'buf' must have at least _hashlib_hmac_digest_size(self)
23212321
* bytes. Smaller buffers lead to undefined behaviors.
23222322
*
23232323
* On error, set an exception and return -1.

0 commit comments

Comments
 (0)