diff options
| -rw-r--r-- | src/include/gpxe/http.h | 3 |
1 files changed, 3 insertions, 0 deletions
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, |
