From 19c353232e9f83296ffd4d6444caa3e9fe8b29ed Mon Sep 17 00:00:00 2001 From: David Shaw Date: Sat, 22 Apr 2006 14:15:50 +0000 Subject: [PATCH] * keyserver.c: Fix build problem with platforms that stick libcurl in a place not in the regular include search path. --- g10/ChangeLog | 5 +++++ g10/keyserver.c | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/g10/ChangeLog b/g10/ChangeLog index 89d63276b..eb16eba2f 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,8 @@ +2006-04-22 David Shaw + + * 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 * options.h, gpg.c (main): Add --enable-dsa2 and --disable-dsa2. diff --git a/g10/keyserver.c b/g10/keyserver.c index 256691a2a..a4e890c2e 100644 --- a/g10/keyserver.c +++ b/g10/keyserver.c @@ -26,9 +26,6 @@ #include #include #include -#ifdef HAVE_LIBCURL -#include -#endif #include "filter.h" #include "keydb.h" #include "status.h"