summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2021-07-21 22:48:04 +0200
committerNiels Möller <nisse@lysator.liu.se>2021-07-21 22:48:04 +0200
commit3900fe65b2691aad32b13eaeb04e198930308dbb (patch)
tree937e443751a746d25b15974c7cc4b0abc45f4739
parentc2f165826f0b4b39abc9bc2602c416cd5d82cf36 (diff)
downloadnettle-s390x.tar.gz
Add fat-s390x.c to OPT_SOURCES.s390x
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f4b1eacd..7bf83b4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-07-21 Niels Möller <nisse@lysator.liu.se>
+
+ * Makefile.in (OPT_SOURCES): Add fat-s390x.c.
+
2021-05-09 Niels Möller <nisse@lysator.liu.se>
Implementation of AES using s390x "message security assist"
diff --git a/Makefile.in b/Makefile.in
index 0283979a..7b94f40f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -219,7 +219,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-x86_64.c mini-gmp.c
+OPT_SOURCES = fat-arm.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 \