]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Add fat-s390x.c to OPT_SOURCES. s390x
authorNiels Möller <nisse@lysator.liu.se>
Wed, 21 Jul 2021 20:48:04 +0000 (22:48 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 21 Jul 2021 20:48:04 +0000 (22:48 +0200)
ChangeLog
Makefile.in

index f4b1eacd9c20f8a269e33453cc0ce91bee25378f..7bf83b4e00c9535af591d9c61cb0501c6f67eb6d 100644 (file)
--- 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"
index 0283979a9530065c81111fa875851b96d8e5c38f..7b94f40f3e35e1ffa0381524fbb773428e3e20d3 100644 (file)
@@ -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 \