http://git.etherboot.org
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d72614
)
Add HTTPS port
author
Michael Brown
<mcb30@etherboot.org>
Wed, 31 Jan 2007 03:44:38 +0000
(
03:44
+0000)
committer
Michael Brown
<mcb30@etherboot.org>
Wed, 31 Jan 2007 03:44:38 +0000
(
03:44
+0000)
src/include/gpxe/http.h
patch
|
blob
|
history
diff --git
a/src/include/gpxe/http.h
b/src/include/gpxe/http.h
index
911a748
..
5490f43
100644
(file)
--- 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,