summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2020-11-26 20:07:07 +0100
committerNiels Möller <nisse@lysator.liu.se>2020-11-26 20:07:07 +0100
commit90c34ebe3ee812ecaee46980597e37b6136ba9e2 (patch)
treef0086d6852c57d2980475007fabe6074367e0fe3 /Makefile.in
parent31bbf5342d49aec42c952c2aa2e3054f9b614f60 (diff)
downloadnettle-90c34ebe3ee812ecaee46980597e37b6136ba9e2.tar.gz
ppc: Enable gcm code in fat builds. Based on patch by Mamone Tarsha.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index d955774d..c4df14e1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -259,8 +259,8 @@ DISTFILES = $(SOURCES) $(HEADERS) getopt.h getopt_int.h \
nettle.pc.in hogweed.pc.in \
desdata.stamp $(des_headers) descore.README \
aes-internal.h block-internal.h blowfish-internal.h camellia-internal.h \
- gost28147-internal.h poly1305-internal.h serpent-internal.h \
- cast128_sboxes.h desinfo.h desCode.h \
+ gcm-internal.h gost28147-internal.h poly1305-internal.h \
+ serpent-internal.h cast128_sboxes.h desinfo.h desCode.h \
ripemd160-internal.h sha2-internal.h \
memxor-internal.h nettle-internal.h nettle-write.h \
ctr-internal.h chacha-internal.h sha3-internal.h \