diff options
author | Werner Koch <[email protected]> | 2008-04-16 08:23:23 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-04-16 08:23:23 +0000 |
commit | 18351bf8da102d7e874658ec099bf2f4beb2369f (patch) | |
tree | 4bc48357434c4ea3697b264ebaa240bbd7c431c8 /g10/gpg.c | |
parent | Add executable flag to test scripts. (diff) | |
download | gnupg-18351bf8da102d7e874658ec099bf2f4beb2369f.tar.gz gnupg-18351bf8da102d7e874658ec099bf2f4beb2369f.zip |
If there are multiple 0x19 backsigs, take the most recent one. (from 1.4).
add log-file and debug-level to the --gpgconf-list.
Diffstat (limited to 'g10/gpg.c')
-rw-r--r-- | g10/gpg.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1552,6 +1552,9 @@ gpgconf_list (const char *configfile) 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); + printf ("log-file:%lu:\n", GC_OPT_FLAG_NONE); + printf ("debug-level:%lu:\"none:\n", GC_OPT_FLAG_DEFAULT); + xfree (configfile_esc); } |