From: Niels Möller Date: Wed, 21 Jul 2021 20:48:04 +0000 (+0200) Subject: Add fat-s390x.c to OPT_SOURCES. X-Git-Tag: nettle_3.8_release_20220602~112^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3900fe65b2691aad32b13eaeb04e198930308dbb;p=thirdparty%2Fnettle.git Add fat-s390x.c to OPT_SOURCES. --- 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 \