+2018-07-08 Niels Möller <nisse@lysator.liu.se>
+
+ * fat-x86_64.c (fat_init): Fix setup for nettle_sha1_compress.
+ * x86_64/fat/sha1-compress.asm: Add leading underscore to symbol name.
+ * x86_64/fat/sha1-compress-2.asm: Likewise.
+
2018-07-07 Niels Möller <nisse@lysator.liu.se>
From Nikos Mavrogiannopoulos.
{
if (verbose)
fprintf (stderr, "libnettle: not using sha_ni instructions.\n");
- _nettle_sha1_compress_vec = _nettle_sha1_compress_x86_64;
+ nettle_sha1_compress_vec = _nettle_sha1_compress_x86_64;
_nettle_sha256_compress_vec = _nettle_sha256_compress_x86_64;
}
if (features.vendor == X86_INTEL)
not, see http://www.gnu.org/licenses/.
>)
-define(<fat_transform>, <$1_sha_ni>)
+define(<fat_transform>, <_$1_sha_ni>)
include_src(<x86_64/sha_ni/sha1-compress.asm>)
not, see http://www.gnu.org/licenses/.
>)
-define(<fat_transform>, <$1_x86_64>)
+define(<fat_transform>, <_$1_x86_64>)
include_src(<x86_64/sha1-compress.asm>)