mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-25 22:19:59 +01:00
* keyserver.c: Fix build problem with platforms that stick libcurl in
a place not in the regular include search path.
This commit is contained in:
parent
fcb3150564
commit
19c353232e
@ -1,3 +1,8 @@
|
||||
2006-04-22 David Shaw <dshaw@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@jabberwocky.com>
|
||||
|
||||
* options.h, gpg.c (main): Add --enable-dsa2 and --disable-dsa2.
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user