1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-11-10 21:38:50 +01:00

* gpgkeys_hkp.c (srv_replace): Fix build warning.

This commit is contained in:
David Shaw 2009-05-28 04:33:10 +00:00
parent e8436d575e
commit 0f993bbd65
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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)