From ab62f731a84ad0a3252ee038353ab4154a134160 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niels=20M=C3=B6ller?= Date: Mon, 21 Feb 2022 18:35:45 +0100 Subject: [PATCH] Fix comment error --- x86_64/ghash-update.asm | 2 +- x86_64/pclmul/ghash-update.asm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) -- 2.47.2