summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2019-09-04 09:10:30 +0300
committerNiels Möller <nisse@lysator.liu.se>2019-09-04 22:02:14 +0200
commit685cc919a37b60d3f81dd569bf6e93ad7be0f89b (patch)
tree40615d70de21159d1e8202dde566ed7ac8391000 /Makefile.in
parent508908b1d436386869206a7d332d8415405ae41b (diff)
downloadnettle-685cc919a37b60d3f81dd569bf6e93ad7be0f89b.tar.gz
block modes: move Galois shifts to block-internal.h
Move Galois polynomial shifts to block-internal.h, simplifying common code. GCM is left unconverted for now, this will be fixed later. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index f6658c86..ae9c8a75 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -231,7 +231,7 @@ DISTFILES = $(SOURCES) $(HEADERS) getopt.h getopt_int.h \
nettle.pc.in hogweed.pc.in \
$(des_headers) descore.README desdata.stamp \
aes-internal.h block-internal.h \
- camellia-internal.h cmac-internal.h serpent-internal.h \
+ camellia-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 \