From 1f5f900595960a3f3f1866fe8342be8dcfa49bfa Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 31 Jan 2007 03:44:38 +0000 Subject: [PATCH] Add HTTPS port --- src/include/gpxe/http.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/include/gpxe/http.h b/src/include/gpxe/http.h index 911a7485..5490f43d 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,