1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-18 00:49:50 +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:
David Shaw 2009-04-02 03:50:50 +00:00
parent 79f31e85db
commit c641585a42
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-04-01 David Shaw <dshaw@jabberwocky.com>
* gpgkeys_hkp.c (main): Switch default port for SSLized HKP to
443 (i.e. the regular https port).
2009-02-03 David Shaw <dshaw@jabberwocky.com>
* gpgkeys_hkp.c (send_key, get_key, get_name, search_key, main):

View File

@ -633,7 +633,7 @@ main(int argc,char *argv[])
if(ascii_strcasecmp(opt->scheme,"hkps")==0)
{
proto="https://";
port="11372";
port="443";
}
else
{