From: Niels Möller Date: Mon, 23 May 2022 13:52:50 +0000 (+0200) Subject: Add missing file fat-arm64.c to tar file. X-Git-Tag: nettle_3.8_release_20220602~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b14fc9023450e35632049df970bf8878e8b49e57;p=thirdparty%2Fnettle.git Add missing file fat-arm64.c to tar file. --- diff --git a/ChangeLog b/ChangeLog index a9e3baba..3b05cbc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2022-05-23 Niels Möller + * Makefile.in (OPT_SOURCES): Add missing file fat-arm64.c. + * config.guess: Update to 2022-05-08 version. * config.sub: Update to 2022-01-03 version. diff --git a/Makefile.in b/Makefile.in index 116b1cc2..65911e2a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -216,7 +216,7 @@ hogweed_SOURCES = sexp.c sexp-format.c \ ed448-shake256.c ed448-shake256-pubkey.c \ ed448-shake256-sign.c ed448-shake256-verify.c -OPT_SOURCES = fat-arm.c fat-ppc.c fat-s390x.c fat-x86_64.c mini-gmp.c +OPT_SOURCES = fat-arm.c fat-arm64.c fat-ppc.c fat-s390x.c fat-x86_64.c mini-gmp.c HEADERS = aes.h arcfour.h arctwo.h asn1.h blowfish.h \ base16.h base64.h bignum.h buffer.h camellia.h cast128.h \