From: Niels Möller Date: Tue, 22 Feb 2022 17:00:23 +0000 (+0100) Subject: Comment fix. X-Git-Tag: nettle_3.8_release_20220602~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1227381e831cccad3aaa4f0c22667f409801f67f;p=thirdparty%2Fnettle.git Comment fix. --- diff --git a/x86_64/pclmul/ghash-update.asm b/x86_64/pclmul/ghash-update.asm index 1cd1735d..93cc002c 100644 --- a/x86_64/pclmul/ghash-update.asm +++ b/x86_64/pclmul/ghash-update.asm @@ -75,7 +75,7 @@ C blocks, we need additionan D ang H registers (for powers of the key) and the C additional message word, but we could perhaps interlave as many as 4, with two C registers left for temporaries. - C const uint8_t *_ghash_update (const struct gcm_key *key, + C const uint8_t *_ghash_update (const struct gcm_key *ctx, C union nettle_block16 *x, C size_t blocks, const uint8_t *data)