mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-20 21:29:58 +01: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
@ -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):
|
||||
|
@ -633,7 +633,7 @@ main(int argc,char *argv[])
|
||||
if(ascii_strcasecmp(opt->scheme,"hkps")==0)
|
||||
{
|
||||
proto="https://";
|
||||
port="11372";
|
||||
port="443";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user