]> git.ipfire.org Git - thirdparty/openssl.git/commit
poly1305.c: fix typo on POLY1305_BLOCK_SIZE
authorYangyu Chen <cyy@cyyself.name>
Sun, 14 Apr 2024 15:33:58 +0000 (23:33 +0800)
committerTomas Mraz <tomas@openssl.org>
Wed, 17 Apr 2024 07:41:14 +0000 (09:41 +0200)
commit96939f1e2c6ac1264142ef62c9925786f5723649
treeab664d7b6d4416c52a53187facefceb090f7c58b
parent25391acc140e215774242bf3b0a51d59754a23f4
poly1305.c: fix typo on POLY1305_BLOCK_SIZE

no code change

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24136)
crypto/poly1305/poly1305.c