aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpg.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2008-04-08 11:04:16 +0000
committerWerner Koch <[email protected]>2008-04-08 11:04:16 +0000
commit97ec9aac2b306bd87f77c2a50813376f557e3d58 (patch)
treebd494a6312edfb8037daa9428be6bc249cbc7480 /g10/gpg.c
parentAllow requesting TCP queries. (diff)
downloadgnupg-97ec9aac2b306bd87f77c2a50813376f557e3d58.tar.gz
gnupg-97ec9aac2b306bd87f77c2a50813376f557e3d58.zip
Enhanced --auto-key-locate.
Diffstat (limited to 'g10/gpg.c')
-rw-r--r--g10/gpg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/gpg.c b/g10/gpg.c
index 8ec3f337a..0826b1778 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -704,6 +704,7 @@ static ARGPARSE_OPTS opts[] = {
I'm returning the favor. */
{ oLocalUser, "sign-with", 2, "@" },
{ oRecipient, "user", 2, "@" },
+
{ oRequireCrossCert, "require-backsigs", 0, "@"},
{ oRequireCrossCert, "require-cross-certification", 0, "@"},
{ oNoRequireCrossCert, "no-require-backsigs", 0, "@"},
@@ -1549,6 +1550,8 @@ gpgconf_list (const char *configfile)
printf ("reader-port:%lu:\n", GC_OPT_FLAG_NONE);
printf ("default-key:%lu:\n", GC_OPT_FLAG_NONE);
printf ("encrypt-to:%lu:\n", GC_OPT_FLAG_NONE);
+ printf ("auto-key-locate:%lu:\n", GC_OPT_FLAG_NONE);
+ printf ("allow-pka-lookup:%lu:\n", GC_OPT_FLAG_NONE);
xfree (configfile_esc);
}