diff options
| author | Werner Koch <[email protected]> | 2008-04-08 11:04:16 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2008-04-08 11:04:16 +0000 |
| commit | 97ec9aac2b306bd87f77c2a50813376f557e3d58 (patch) | |
| tree | bd494a6312edfb8037daa9428be6bc249cbc7480 /g10/gpg.c | |
| parent | Allow requesting TCP queries. (diff) | |
| download | gnupg-97ec9aac2b306bd87f77c2a50813376f557e3d58.tar.gz gnupg-97ec9aac2b306bd87f77c2a50813376f557e3d58.zip | |
Enhanced --auto-key-locate.
Diffstat (limited to 'g10/gpg.c')
| -rw-r--r-- | g10/gpg.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); } |
