diff options
author | Marcus Brinkmann <mb@g10code.com> | 2009-05-15 14:11:46 +0200 |
---|---|---|
committer | Marcus Brinkmann <mb@g10code.com> | 2009-05-15 14:11:46 +0200 |
commit | abc632a4a6a81dbdfc0943c8fc1e0222c65ae235 (patch) | |
tree | 3f86c53b97adeb7b3497c68256835a3a2a728242 /g10/gpg.c | |
parent | Fix bug #1053 (diff) | |
download | gnupg2-abc632a4a6a81dbdfc0943c8fc1e0222c65ae235.tar.xz gnupg2-abc632a4a6a81dbdfc0943c8fc1e0222c65ae235.zip |
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).
Diffstat (limited to 'g10/gpg.c')
-rw-r--r-- | g10/gpg.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |