From 9fd6a0418f38461d6d87f2c88785028d65fd6a1c Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 2 Aug 2007 14:51:03 +0100 Subject: Allowed zero-cost enforced ordering of features in startup banner list. Added FEATURE() macros to most relevant (non-driver) files. --- src/net/tcp/https.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/tcp/https.c') 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 #include -FEATURE ( "HTTPS", DHCP_EB_FEATURE_HTTPS, 1 ); +FEATURE ( FEATURE_PROTOCOL, "HTTPS", DHCP_EB_FEATURE_HTTPS, 1 ); /** * Initiate an HTTPS connection -- cgit v1.2.3-55-g7522