1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

If there are multiple 0x19 backsigs, take the most recent one. (from 1.4).

add log-file and debug-level to the --gpgconf-list.
This commit is contained in:
Werner Koch 2008-04-16 08:23:23 +00:00
parent 322e879e6a
commit 18351bf8da
3 changed files with 82 additions and 28 deletions

View file

@ -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);
}