Skip to content

Commit 927ab4c

Browse files
committed
fix comment
1 parent bf83b61 commit 927ab4c

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
@@ -1623,7 +1623,7 @@ locked_HMAC_CTX_copy(HMAC_CTX *new_ctx_p, HMACobject *self)
16231623
return result;
16241624
}
16251625

1626-
/* returning 0 means that an error occurred and an OpenSSL exception is set */
1626+
/* returning 0 means that an error occurred and an exception is set */
16271627
static unsigned int
16281628
_hmac_digest_size(HMACobject *self)
16291629
{

0 commit comments

Comments
 (0)