mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* gpgkeys_hkp.c (get_key): Use options=mr when getting a key so keyserver
doesn't attach the HTML header which we will just have to discard.
This commit is contained in:
parent
af6e3ef045
commit
39dd4d2b29
2 changed files with 7 additions and 1 deletions
|
@ -245,7 +245,7 @@ get_key(char *getkey)
|
|||
return KEYSERVER_NO_MEMORY;
|
||||
}
|
||||
|
||||
sprintf(request,"x-hkp://%s%s%s/pks/lookup?op=get&search=%s",
|
||||
sprintf(request,"x-hkp://%s%s%s/pks/lookup?op=get&options=mr&search=%s",
|
||||
host,port[0]?":":"",port[0]?port:"", search);
|
||||
|
||||
if(verbose>2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue