summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2022-05-23 15:52:50 +0200
committerNiels Möller <nisse@lysator.liu.se>2022-05-23 20:50:46 +0200
commitb14fc9023450e35632049df970bf8878e8b49e57 (patch)
tree98d29d11308b6a1177f132eb96deca051a66f934
parent6720f433ad96d5368375143b506b9487c63e483b (diff)
downloadnettle-b14fc9023450e35632049df970bf8878e8b49e57.tar.gz
Add missing file fat-arm64.c to tar file.
-rw-r--r--ChangeLog2
-rw-r--r--Makefile.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a9e3baba..3b05cbc6 100644
--- 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.
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 \