[svn] GnuPG - r5010 - trunk/g10

svn author marcus cvs at cvs.gnupg.org
Fri May 15 14:11:47 CEST 2009


Author: marcus
Date: 2009-05-15 14:11:46 +0200 (Fri, 15 May 2009)
New Revision: 5010

Modified:
   trunk/g10/ChangeLog
   trunk/g10/gpg.c
Log:
2009-05-15  Marcus Brinkmann  <marcus at g10code.de>

	* gpg.c (gpgconf_list): Remove dead entry "allow-pka-lookup" (a
	verify option for a couple of years now).


Modified: trunk/g10/ChangeLog
===================================================================
--- trunk/g10/ChangeLog	2009-05-15 11:16:28 UTC (rev 5009)
+++ trunk/g10/ChangeLog	2009-05-15 12:11:46 UTC (rev 5010)
@@ -1,3 +1,8 @@
+2009-05-15  Marcus Brinkmann  <marcus at 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 at g10code.com>
 
 	* keygen.c (parse_expire_string): Base ISO date string at noon.

Modified: trunk/g10/gpg.c
===================================================================
--- trunk/g10/gpg.c	2009-05-15 11:16:28 UTC (rev 5009)
+++ trunk/g10/gpg.c	2009-05-15 12:11:46 UTC (rev 5010)
@@ -1572,7 +1572,6 @@
   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);




More information about the Gnupg-commits mailing list