summaryrefslogtreecommitdiffstats
path: root/g10/Makefile.am
diff options
context:
space:
mode:
authorJustus Winter <justus@g10code.com>2017-06-13 15:34:03 +0200
committerJustus Winter <justus@g10code.com>2017-06-14 09:35:47 +0200
commit404fa8211b6188a0abe83ef43a4b44d528c0b035 (patch)
tree57b36b4416f2c16989c32e25f7e688d0b8f3a4f7 /g10/Makefile.am
parentgpg: Refactor keyedit module. (diff)
downloadgnupg2-404fa8211b6188a0abe83ef43a4b44d528c0b035.tar.xz
gnupg2-404fa8211b6188a0abe83ef43a4b44d528c0b035.zip
gpg: Refactor key checking and fixing.
* g10/Makefile.am (gpg_sources): Add new files. * g10/gpgcompose.c (keyedit_print_one_sig): New stub. * g10/keyedit.c (sig_comparison): Move to new module. (check_all_keysigs): Likewise. (fix_keyblock): Adapt callsite. (keyedit_menu): Likewise. * g10/key-check.c: New file. * g10/key-check.h: Likewise. GnuPG-bug-id: 2236 Signed-off-by: Justus Winter <justus@g10code.com>
Diffstat (limited to 'g10/Makefile.am')
-rw-r--r--g10/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am
index 9994ea191..d5c92f896 100644
--- a/g10/Makefile.am
+++ b/g10/Makefile.am
@@ -150,7 +150,8 @@ gpg_sources = server.c \
call-agent.c call-agent.h \
trust.c $(trust_source) $(tofu_source) \
$(card_source) \
- exec.c exec.h
+ exec.c exec.h \
+ key-check.c key-check.h
gpg_SOURCES = gpg.c \
keyedit.c keyedit.h \