summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2022-02-15 20:53:26 +0100
committerNiels Möller <nisse@lysator.liu.se>2022-02-15 20:53:26 +0100
commitf8fa4f1f27d99a9105d1fdc4f7ea653f81433b41 (patch)
tree2b0d3327b3694b1917556ecd51c51bb447f399f9 /Makefile.in
parent23f75f58f9b71e39756858cb6747e542c7c759e3 (diff)
downloadnettle-f8fa4f1f27d99a9105d1fdc4f7ea653f81433b41.tar.gz
x86_64: Initial implementation of gcm using the pclmulqdq instructions.
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 0590c370..f6bc2155 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -604,7 +604,7 @@ distdir: $(DISTFILES)
fi ; \
done
set -e; for d in sparc32 sparc64 x86 \
- x86_64 x86_64/aesni x86_64/sha_ni x86_64/fat \
+ x86_64 x86_64/aesni x86_64/sha_ni x86_64/pclmul x86_64/fat \
arm arm/neon arm/v6 arm/fat \
arm64 arm64/crypto arm64/fat \
powerpc64 powerpc64/p7 powerpc64/p8 powerpc64/fat \