]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Add missing file fat-arm64.c to tar file.
authorNiels Möller <nisse@lysator.liu.se>
Mon, 23 May 2022 13:52:50 +0000 (15:52 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 23 May 2022 18:50:46 +0000 (20:50 +0200)
ChangeLog
Makefile.in

index a9e3baba54e22a019bb235eeddd0764693141ee2..3b05cbc61888ff0b12ba47734e1167bbbc3c7069 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2022-05-23  Niels Möller  <nisse@lysator.liu.se>
 
+       * 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.
 
index 116b1cc2648ca1e64e628bf2309243e3ee264d45..65911e2a05bb399f2279d387d20485cae19112bb 100644 (file)
@@ -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 \