From: Niels Möller Date: Wed, 13 Mar 2013 09:38:14 +0000 (+0100) Subject: Comment fix. X-Git-Tag: nettle_2.7_release_20130424~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e75ae496a275c5c76945e1be272f4337b2916680;p=thirdparty%2Fnettle.git Comment fix. --- diff --git a/x86_64/sha512-compress.asm b/x86_64/sha512-compress.asm index 3b0391a6..d54ebda3 100644 --- a/x86_64/sha512-compress.asm +++ b/x86_64/sha512-compress.asm @@ -111,7 +111,7 @@ define(, < >) C void - C _nettle_sha512_compress(uint32_t *state, const uint8_t *input, const uint32_t *k) + C _nettle_sha512_compress(uint64_t *state, const uint8_t *input, const uint64_t *k) .text ALIGN(4)