dirmngr: Adjust the WKD lookup to specs version -01.

* dirmngr/server.c (cmd_wkd_get): Remove second occurrence of the
domain part.
--

This change updates gnupg to comply with
draft-koch-openpgp-webkey-service-01
This commit is contained in:
Werner Koch 2016-05-18 09:46:22 +02:00
parent ff71521d96
commit cf97769906
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 0 additions and 2 deletions

View File

@ -834,8 +834,6 @@ cmd_wkd_get (assuan_context_t ctx, char *line)
uri = strconcat ("https://",
domain,
"/.well-known/openpgpkey/hu/",
domain,
"/",
encodedhash,
NULL);
if (!uri)