summaryrefslogtreecommitdiff
path: root/libfetch/common.h
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-05-28 17:23:17 -0600
committerTimo Teräs <timo.teras@iki.fi>2020-05-29 08:00:22 +0300
commitffcdd350d02fb51d91e83a153e58ddbb66bfeb31 (patch)
treef54aa7fb0386560879ee67700366bf23edcf47be /libfetch/common.h
parent8b63e0fcfb555b3e3fe8f0b96902da9c5b4e4582 (diff)
downloadapk-tools-ffcdd350d02fb51d91e83a153e58ddbb66bfeb31.tar.gz
apk-tools-ffcdd350d02fb51d91e83a153e58ddbb66bfeb31.tar.bz2
apk-tools-ffcdd350d02fb51d91e83a153e58ddbb66bfeb31.tar.xz
apk-tools-ffcdd350d02fb51d91e83a153e58ddbb66bfeb31.zip
libfetch: implement default port for HTTPS.
If getservbyname() fails, libfetch will attempt to connect to port 0.
Diffstat (limited to 'libfetch/common.h')
-rw-r--r--libfetch/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libfetch/common.h b/libfetch/common.h
index d7ad1d6..fc78f16 100644
--- a/libfetch/common.h
+++ b/libfetch/common.h
@@ -34,6 +34,7 @@
#define FTP_DEFAULT_PORT 21
#define HTTP_DEFAULT_PORT 80
+#define HTTPS_DEFAULT_PORT 443
#define FTP_DEFAULT_PROXY_PORT 21
#define HTTP_DEFAULT_PROXY_PORT 3128