diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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 \ |