Browse Source

Add HTTPS port

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
1f5f900595
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/include/gpxe/http.h

+ 3
- 0
src/include/gpxe/http.h View File

16
 /** HTTP default port */
16
 /** HTTP default port */
17
 #define HTTP_PORT 80
17
 #define HTTP_PORT 80
18
 
18
 
19
+/** HTTPS default port */
20
+#define HTTPS_PORT 443
21
+
19
 /** HTTP receive state */
22
 /** HTTP receive state */
20
 enum http_rx_state {
23
 enum http_rx_state {
21
 	HTTP_RX_RESPONSE = 0,
24
 	HTTP_RX_RESPONSE = 0,

Loading…
Cancel
Save