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:
parent
e8436d575e
commit
0f993bbd65
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user