summaryrefslogtreecommitdiff
path: root/x86_64
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2018-07-08 09:57:04 +0200
committerNiels Möller <nisse@lysator.liu.se>2018-07-09 11:29:00 +0200
commitbc12925fc90179b42b67610317e2a24bce592c72 (patch)
tree81a01e298c5e2dfe3fa47fde3bbabee21a4c9fb4 /x86_64
parent4d507806d3605ddd0a59fa9f714b203bc4201538 (diff)
downloadnettle-bc12925fc90179b42b67610317e2a24bce592c72.tar.gz
Fix x86_64 fat setup for nettle_sha1_compress.
Diffstat (limited to 'x86_64')
-rw-r--r--x86_64/fat/sha1-compress-2.asm2
-rw-r--r--x86_64/fat/sha1-compress.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/x86_64/fat/sha1-compress-2.asm b/x86_64/fat/sha1-compress-2.asm
index 8bbc430f..fddfa965 100644
--- a/x86_64/fat/sha1-compress-2.asm
+++ b/x86_64/fat/sha1-compress-2.asm
@@ -30,5 +30,5 @@ ifelse(<
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>)
diff --git a/x86_64/fat/sha1-compress.asm b/x86_64/fat/sha1-compress.asm
index 04b522ae..0f2c6ec6 100644
--- a/x86_64/fat/sha1-compress.asm
+++ b/x86_64/fat/sha1-compress.asm
@@ -30,5 +30,5 @@ ifelse(<
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>)