diff options
| author | Michael Brown | 2007-08-02 05:36:00 +0200 |
|---|---|---|
| committer | Michael Brown | 2007-08-02 05:36:00 +0200 |
| commit | 67afe84292723e13da02308fc4cf08cf9ab5e0c0 (patch) | |
| tree | 135630b8ed87ad92b7f316c8be4d7122491e06e4 /src/net/tcp/https.c | |
| parent | Add FEATURE() macro, plus code to display features at startup time, (diff) | |
| download | ipxe-67afe84292723e13da02308fc4cf08cf9ab5e0c0.tar.gz ipxe-67afe84292723e13da02308fc4cf08cf9ab5e0c0.tar.xz ipxe-67afe84292723e13da02308fc4cf08cf9ab5e0c0.zip | |
Use otherwise-useless byte in DHCP feature option as a version number
Diffstat (limited to 'src/net/tcp/https.c')
| -rw-r--r-- | src/net/tcp/https.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/tcp/https.c b/src/net/tcp/https.c index 148e4bf01..a59e94dc1 100644 --- a/src/net/tcp/https.c +++ b/src/net/tcp/https.c @@ -27,6 +27,9 @@ #include <gpxe/open.h> #include <gpxe/tls.h> #include <gpxe/http.h> +#include <gpxe/features.h> + +FEATURE ( "HTTPS", DHCP_EB_FEATURE_HTTPS, 1 ); /** * Initiate an HTTPS connection |
