From 3900fe65b2691aad32b13eaeb04e198930308dbb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niels=20M=C3=B6ller?= Date: Wed, 21 Jul 2021 22:48:04 +0200 Subject: [PATCH] Add fat-s390x.c to OPT_SOURCES. --- ChangeLog | 4 ++++ Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f4b1eacd..7bf83b4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2021-07-21 Niels Möller + + * Makefile.in (OPT_SOURCES): Add fat-s390x.c. + 2021-05-09 Niels Möller 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 \ -- 2.47.2