]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Update x86_64/fat/sha256-compress.asm, overlooked in part 1.
authorNiels Möller <nisse@lysator.liu.se>
Mon, 14 Sep 2020 14:36:32 +0000 (16:36 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 14 Sep 2020 14:36:32 +0000 (16:36 +0200)
x86_64/fat/sha256-compress.asm

index ac300cf13e132b192051e9b366d330b788b0327f..2aaeb5e89ab3af665f0344d8dbc3033165663cef 100644 (file)
@@ -1,6 +1,6 @@
 C x86_64/fat/sha256-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/sha256-compress.asm>)
+define(`fat_transform', `$1_x86_64')
+include_src(`x86_64/sha256-compress.asm')