[svn] GnuPG - r5027 - branches/STABLE-BRANCH-1-4/keyserver

svn author dshaw cvs at cvs.gnupg.org
Thu May 28 06:33:12 CEST 2009


Author: dshaw
Date: 2009-05-28 06:33:10 +0200 (Thu, 28 May 2009)
New Revision: 5027

Modified:
   branches/STABLE-BRANCH-1-4/keyserver/ChangeLog
   branches/STABLE-BRANCH-1-4/keyserver/gpgkeys_hkp.c
Log:
* gpgkeys_hkp.c (srv_replace): Fix build warning.


Modified: branches/STABLE-BRANCH-1-4/keyserver/ChangeLog
===================================================================
--- branches/STABLE-BRANCH-1-4/keyserver/ChangeLog	2009-05-28 04:25:25 UTC (rev 5026)
+++ branches/STABLE-BRANCH-1-4/keyserver/ChangeLog	2009-05-28 04:33:10 UTC (rev 5027)
@@ -1,3 +1,7 @@
+2009-05-27  David Shaw  <dshaw at jabberwocky.com>
+
+	* gpgkeys_hkp.c (srv_replace): Fix build warning.
+
 2009-05-26  David Shaw  <dshaw at jabberwocky.com>
 
 	* curl-shim.c (curl_slist_append, curl_slist_free_all): New.

Modified: branches/STABLE-BRANCH-1-4/keyserver/gpgkeys_hkp.c
===================================================================
--- branches/STABLE-BRANCH-1-4/keyserver/gpgkeys_hkp.c	2009-05-28 04:25:25 UTC (rev 5026)
+++ branches/STABLE-BRANCH-1-4/keyserver/gpgkeys_hkp.c	2009-05-28 04:33:10 UTC (rev 5027)
@@ -490,6 +490,7 @@
       }
 }
 
+#ifdef HAVE_LIBCURL
 /* If there is a SRV record, take the highest ranked possibility.
    This is a hack, as we don't proceed downwards. */
 static void
@@ -532,6 +533,7 @@
     }
 #endif
 }
+#endif
 
 static void 
 show_help (FILE *fp)




More information about the Gnupg-commits mailing list