diff options
author | David Shaw <[email protected]> | 2006-04-22 14:15:50 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2006-04-22 14:15:50 +0000 |
commit | 19c353232e9f83296ffd4d6444caa3e9fe8b29ed (patch) | |
tree | fa8f4ea1140291ad2c03c68a0afd575ba3cc2fb1 | |
parent | * make-dns-cert.c (main): Small exit code tweak from Peter Palfrader. (diff) | |
download | gnupg-19c353232e9f83296ffd4d6444caa3e9fe8b29ed.tar.gz gnupg-19c353232e9f83296ffd4d6444caa3e9fe8b29ed.zip |
* keyserver.c: Fix build problem with platforms that stick libcurl in
a place not in the regular include search path.
-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" |