mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
2009-05-15 Marcus Brinkmann <marcus@g10code.de>
* gpg.c (gpgconf_list): Remove dead entry "allow-pka-lookup" (a verify option for a couple of years now).
This commit is contained in:
parent
002f51031a
commit
abc632a4a6
@ -1,3 +1,8 @@
|
||||
2009-05-15 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* gpg.c (gpgconf_list): Remove dead entry "allow-pka-lookup" (a
|
||||
verify option for a couple of years now).
|
||||
|
||||
2009-05-13 Werner Koch <wk@g10code.com>
|
||||
|
||||
* keygen.c (parse_expire_string): Base ISO date string at noon.
|
||||
|
@ -1572,7 +1572,6 @@ gpgconf_list (const char *configfile)
|
||||
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);
|
||||
printf ("log-file:%lu:\n", GC_OPT_FLAG_NONE);
|
||||
printf ("debug-level:%lu:\"none:\n", GC_OPT_FLAG_DEFAULT);
|
||||
printf ("group:%lu:\n", GC_OPT_FLAG_NONE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user