summaryrefslogtreecommitdiff
path: root/x86_64/fat/sha1-compress.asm
diff options
context:
space:
mode:
Diffstat (limited to 'x86_64/fat/sha1-compress.asm')
-rw-r--r--x86_64/fat/sha1-compress.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/x86_64/fat/sha1-compress.asm b/x86_64/fat/sha1-compress.asm
index 0f2c6ec6..2619b79b 100644
--- a/x86_64/fat/sha1-compress.asm
+++ b/x86_64/fat/sha1-compress.asm
@@ -1,6 +1,6 @@
C x86_64/fat/sha1-compress.asm
-ifelse(<
+ifelse(`
Copyright (C) 2018 Niels Möller
This file is part of GNU Nettle.
@@ -28,7 +28,7 @@ ifelse(<
You should have received copies of the GNU General Public License and
the GNU Lesser General Public License along with this program. If
not, see http://www.gnu.org/licenses/.
->)
+')
-define(<fat_transform>, <_$1_x86_64>)
-include_src(<x86_64/sha1-compress.asm>)
+define(`fat_transform', `_$1_x86_64')
+include_src(`x86_64/sha1-compress.asm')