diff options
-rw-r--r-- | g10/ChangeLog | 5 | ||||
-rw-r--r-- | 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 <[email protected]> + + * 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 <[email protected]> * 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 <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" |