mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* gpgkeys_hkp.c (srv_replace): Fix build warning.
This commit is contained in:
parent
e8436d575e
commit
0f993bbd65
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2009-05-27 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* gpgkeys_hkp.c (srv_replace): Fix build warning.
|
||||||
|
|
||||||
2009-05-26 David Shaw <dshaw@jabberwocky.com>
|
2009-05-26 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* curl-shim.c (curl_slist_append, curl_slist_free_all): New.
|
* curl-shim.c (curl_slist_append, curl_slist_free_all): New.
|
||||||
|
|
|
@ -490,6 +490,7 @@ fail_all(struct keylist *keylist,int err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef HAVE_LIBCURL
|
||||||
/* If there is a SRV record, take the highest ranked possibility.
|
/* If there is a SRV record, take the highest ranked possibility.
|
||||||
This is a hack, as we don't proceed downwards. */
|
This is a hack, as we don't proceed downwards. */
|
||||||
static void
|
static void
|
||||||
|
@ -532,6 +533,7 @@ srv_replace(void)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static void
|
static void
|
||||||
show_help (FILE *fp)
|
show_help (FILE *fp)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue