summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/http.h
diff options
context:
space:
mode:
authorMichael Brown2007-01-31 04:44:38 +0100
committerMichael Brown2007-01-31 04:44:38 +0100
commit1f5f900595960a3f3f1866fe8342be8dcfa49bfa (patch)
tree7d253078b8c9f027ff5a33dbd9a80fe058f16d67 /src/include/gpxe/http.h
parentFilter insertion now actually works (diff)
downloadipxe-1f5f900595960a3f3f1866fe8342be8dcfa49bfa.tar.gz
ipxe-1f5f900595960a3f3f1866fe8342be8dcfa49bfa.tar.xz
ipxe-1f5f900595960a3f3f1866fe8342be8dcfa49bfa.zip
Add HTTPS port
Diffstat (limited to 'src/include/gpxe/http.h')
-rw-r--r--src/include/gpxe/http.h3
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,