From: Niels Möller Date: Mon, 14 Sep 2020 14:36:32 +0000 (+0200) Subject: Update x86_64/fat/sha256-compress.asm, overlooked in part 1. X-Git-Tag: nettle_3.7rc1~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8abb17176242fd5dd0daec0983690ad50583914;p=thirdparty%2Fnettle.git Update x86_64/fat/sha256-compress.asm, overlooked in part 1. --- diff --git a/x86_64/fat/sha256-compress.asm b/x86_64/fat/sha256-compress.asm index ac300cf1..2aaeb5e8 100644 --- a/x86_64/fat/sha256-compress.asm +++ b/x86_64/fat/sha256-compress.asm @@ -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(, <$1_x86_64>) -include_src() +define(`fat_transform', `$1_x86_64') +include_src(`x86_64/sha256-compress.asm')