diff options
Diffstat (limited to 'libfetch/common.h')
-rw-r--r-- | libfetch/common.h | 1 |
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 |