aboutsummaryrefslogtreecommitdiffstats
path: root/common/Makefile.am
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2024-03-29 06:26:42 +0000
committerNIIBE Yutaka <[email protected]>2024-03-29 06:26:42 +0000
commit1fa24e2841dda0b9f7661909077955b0eb96e560 (patch)
tree080181f6a7b622a2135a478aba82aabc4ed0462c /common/Makefile.am
parentgpgsm: Allow to add extensions at the --gen-key prompt. (diff)
downloadgnupg-1fa24e2841dda0b9f7661909077955b0eb96e560.tar.gz
gnupg-1fa24e2841dda0b9f7661909077955b0eb96e560.zip
common: Add KMAC.
* common/Makefile.am (common_sources): Add kmac.c. * common/kmac.c: New. * common/util.h (compute_kmac256): New. -- Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'common/Makefile.am')
-rw-r--r--common/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index d27603f96..e4dcf8ad6 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -97,8 +97,8 @@ common_sources = \
openpgp-fpr.c \
comopt.c comopt.h \
compliance.c compliance.h \
- pkscreening.c pkscreening.h
-
+ pkscreening.c pkscreening.h \
+ kmac.c
if HAVE_W32_SYSTEM
common_sources += w32-reg.c w32-cmdline.c