mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* gpgkeys_hkp.c (main): Switch default port for SSLized HKP to 443
(i.e. the regular https port).
This commit is contained in:
parent
79f31e85db
commit
c641585a42
2 changed files with 6 additions and 1 deletions
|
@ -633,7 +633,7 @@ main(int argc,char *argv[])
|
|||
if(ascii_strcasecmp(opt->scheme,"hkps")==0)
|
||||
{
|
||||
proto="https://";
|
||||
port="11372";
|
||||
port="443";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue