diff options
author | David Shaw <[email protected]> | 2006-01-01 18:12:57 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2006-01-01 18:12:57 +0000 |
commit | 1315171b0740f2375a4a6491733c9f3d696481cb (patch) | |
tree | 4b629d369a2631286e638cd6e9e4e1c626acae53 /g10/card-util.c | |
parent | * sign.c (write_signature_packets): Lost a digest_algo line. (diff) | |
download | gnupg-1315171b0740f2375a4a6491733c9f3d696481cb.tar.gz gnupg-1315171b0740f2375a4a6491733c9f3d696481cb.zip |
* 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.
Diffstat (limited to 'g10/card-util.c')
-rw-r--r-- | g10/card-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/card-util.c b/g10/card-util.c index d9e9d8906..cace1962d 100644 --- a/g10/card-util.c +++ b/g10/card-util.c @@ -623,7 +623,7 @@ fetch_url(void) gpg_strerror(rc)); else if (info.pubkey_url && *info.pubkey_url) { - spec=parse_keyserver_uri(info.pubkey_url,0,NULL,0); + spec=parse_keyserver_uri(info.pubkey_url,1,NULL,0); if(spec && info.fpr1valid) { /* This is not perfectly right. Currently, all card |