[svn] GnuPG - r4123 - trunk/g10

svn author dshaw cvs at cvs.gnupg.org
Sat Apr 22 16:15:52 CEST 2006


Author: dshaw
Date: 2006-04-22 16:15:50 +0200 (Sat, 22 Apr 2006)
New Revision: 4123

Modified:
   trunk/g10/ChangeLog
   trunk/g10/keyserver.c
Log:
* keyserver.c: Fix build problem with platforms that stick libcurl in
a place not in the regular include search path.


Modified: trunk/g10/ChangeLog
===================================================================
--- trunk/g10/ChangeLog	2006-04-21 12:56:40 UTC (rev 4122)
+++ trunk/g10/ChangeLog	2006-04-22 14:15:50 UTC (rev 4123)
@@ -1,3 +1,8 @@
+2006-04-22  David Shaw  <dshaw at jabberwocky.com>
+
+	* keyserver.c: Fix build problem with platforms that stick libcurl
+	in a place not in the regular include search path.
+
 2006-04-20  David Shaw  <dshaw at jabberwocky.com>
 
 	* options.h, gpg.c (main): Add --enable-dsa2 and --disable-dsa2.

Modified: trunk/g10/keyserver.c
===================================================================
--- trunk/g10/keyserver.c	2006-04-21 12:56:40 UTC (rev 4122)
+++ trunk/g10/keyserver.c	2006-04-22 14:15:50 UTC (rev 4123)
@@ -26,9 +26,6 @@
 #include <string.h>
 #include <stdlib.h>
 #include <assert.h>
-#ifdef HAVE_LIBCURL
-#include <curl/curl.h>
-#endif
 #include "filter.h"
 #include "keydb.h"
 #include "status.h"




More information about the Gnupg-commits mailing list