1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-08 23:37:47 +02: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>
* 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.
This is a hack, as we don't proceed downwards. */
static void
@ -532,6 +533,7 @@ srv_replace(void)
}
#endif
}
#endif
static void
show_help (FILE *fp)