From: Michael Brown Date: Wed, 31 Jan 2007 03:44:38 +0000 (+0000) Subject: Add HTTPS port X-Git-Tag: v0.9.3~483 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f5f900595960a3f3f1866fe8342be8dcfa49bfa;p=thirdparty%2Fipxe.git Add HTTPS port --- diff --git a/src/include/gpxe/http.h b/src/include/gpxe/http.h index 911a74851..5490f43d7 100644 --- a/src/include/gpxe/http.h +++ b/src/include/gpxe/http.h @@ -16,6 +16,9 @@ /** HTTP default port */ #define HTTP_PORT 80 +/** HTTPS default port */ +#define HTTPS_PORT 443 + /** HTTP receive state */ enum http_rx_state { HTTP_RX_RESPONSE = 0,