diff options
| author | Michael Brown | 2007-08-02 15:51:03 +0200 |
|---|---|---|
| committer | Michael Brown | 2007-08-02 15:51:03 +0200 |
| commit | 9fd6a0418f38461d6d87f2c88785028d65fd6a1c (patch) | |
| tree | bfd75ca6c34652464d2e9b02fe4cc06b210e444c /src/net/tcp/https.c | |
| parent | Use otherwise-useless byte in DHCP feature option as a version number (diff) | |
| download | ipxe-9fd6a0418f38461d6d87f2c88785028d65fd6a1c.tar.gz ipxe-9fd6a0418f38461d6d87f2c88785028d65fd6a1c.tar.xz ipxe-9fd6a0418f38461d6d87f2c88785028d65fd6a1c.zip | |
Allowed zero-cost enforced ordering of features in startup banner
list.
Added FEATURE() macros to most relevant (non-driver) files.
Diffstat (limited to 'src/net/tcp/https.c')
| -rw-r--r-- | src/net/tcp/https.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tcp/https.c b/src/net/tcp/https.c index a59e94dc1..15ab32ef8 100644 --- a/src/net/tcp/https.c +++ b/src/net/tcp/https.c @@ -29,7 +29,7 @@ #include <gpxe/http.h> #include <gpxe/features.h> -FEATURE ( "HTTPS", DHCP_EB_FEATURE_HTTPS, 1 ); +FEATURE ( FEATURE_PROTOCOL, "HTTPS", DHCP_EB_FEATURE_HTTPS, 1 ); /** * Initiate an HTTPS connection |
