diff options
author | NIIBE Yutaka <[email protected]> | 2024-03-29 04:20:17 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2024-03-29 04:20:17 +0000 |
commit | 5a25b27860985c916d15c490703de923ce8752e1 (patch) | |
tree | da44b9de579ff67399bf6a7e2532a8ef518200c8 /common/Makefile.am | |
parent | Fix pkdecrypt.c, now works with the test vector. (diff) | |
download | gnupg-gniibe/kem.tar.gz gnupg-gniibe/kem.zip |
Add kmac.c.gniibe/kem
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 4 |
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 |