mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* mainproc.c (check_sig_and_print), keyserver.c
(keyserver_import_pka), card-util.c (fetch_url): Always require a scheme:// for keyserver URLs except when used as part of the --keyserver command for backwards compatibility.
This commit is contained in:
parent
5bce704dd3
commit
1315171b07
4 changed files with 8 additions and 3 deletions
|
@ -1979,7 +1979,7 @@ keyserver_import_pka(const char *name)
|
|||
if (uri)
|
||||
{
|
||||
struct keyserver_spec *spec;
|
||||
spec = parse_keyserver_uri (uri, 0, NULL, 0);
|
||||
spec = parse_keyserver_uri (uri, 1, NULL, 0);
|
||||
if (spec)
|
||||
{
|
||||
rc=keyserver_import_fprint (fpr, 20, spec);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue