From: Niels Möller Date: Mon, 21 Feb 2022 17:35:45 +0000 (+0100) Subject: Fix comment error X-Git-Tag: nettle_3.8_release_20220602~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab62f731a84ad0a3252ee038353ab4154a134160;p=thirdparty%2Fnettle.git Fix comment error --- diff --git a/x86_64/ghash-update.asm b/x86_64/ghash-update.asm index f8055bbf..f3a66210 100644 --- a/x86_64/ghash-update.asm +++ b/x86_64/ghash-update.asm @@ -49,7 +49,7 @@ define(`SHIFT_TABLE', `%r13') .file "ghash-update.asm" C const uint8_t *_ghash_update (const struct gcm_key *key, - C union gcm_block *x, + C union nettle_block16 *x, C size_t blocks, const uint8_t *data) .text diff --git a/x86_64/pclmul/ghash-update.asm b/x86_64/pclmul/ghash-update.asm index abb7865d..1cd1735d 100644 --- a/x86_64/pclmul/ghash-update.asm +++ b/x86_64/pclmul/ghash-update.asm @@ -76,7 +76,7 @@ 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 union gcm_block *x, + C union nettle_block16 *x, C size_t blocks, const uint8_t *data) PROLOGUE(_nettle_ghash_update)