diff options
author | Niels Möller <nisse@lysator.liu.se> | 2021-07-21 22:48:04 +0200 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2021-07-21 22:48:04 +0200 |
commit | 3900fe65b2691aad32b13eaeb04e198930308dbb (patch) | |
tree | 937e443751a746d25b15974c7cc4b0abc45f4739 | |
parent | c2f165826f0b4b39abc9bc2602c416cd5d82cf36 (diff) | |
download | nettle-s390x.tar.gz |
Add fat-s390x.c to OPT_SOURCES.s390x
-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 \ |