summaryrefslogtreecommitdiffstats
path: root/src/core/config.c
diff options
context:
space:
mode:
authorMichael Brown2007-07-30 04:01:04 +0200
committerMichael Brown2007-07-30 04:01:04 +0200
commitbf3d8fb1aa08d13e3d15257ba165cf0128f2c5b2 (patch)
tree3f44db4bab795709bafa29797d3ce1d0dbae399f /src/core/config.c
parentAdded missing #include (diff)
downloadipxe-bf3d8fb1aa08d13e3d15257ba165cf0128f2c5b2.tar.gz
ipxe-bf3d8fb1aa08d13e3d15257ba165cf0128f2c5b2.tar.xz
ipxe-bf3d8fb1aa08d13e3d15257ba165cf0128f2c5b2.zip
Allowed HTTPS to be a separately configurable feature.
Diffstat (limited to 'src/core/config.c')
-rw-r--r--src/core/config.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/config.c b/src/core/config.c
index a2194e8d..7e70c12a 100644
--- a/src/core/config.c
+++ b/src/core/config.c
@@ -87,6 +87,9 @@ REQUIRE_OBJECT ( nfs );
#ifdef DOWNLOAD_PROTO_HTTP
REQUIRE_OBJECT ( http );
#endif
+#ifdef DOWNLOAD_PROTO_HTTPS
+REQUIRE_OBJECT ( https );
+#endif
#ifdef DOWNLOAD_PROTO_FTP
REQUIRE_OBJECT ( ftp );
#endif