summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/errfile.h
diff options
context:
space:
mode:
authorMichael Brown2012-02-28 15:53:28 +0100
committerMichael Brown2012-02-28 15:54:32 +0100
commit99de2398676d5fd9706c837c37e698a71fd31f17 (patch)
treeee1ee9938136720f8750baf20db14a1cd34e23d5 /src/include/ipxe/errfile.h
parent[rng] Add RTC-based entropy source (diff)
downloadipxe-99de2398676d5fd9706c837c37e698a71fd31f17.tar.gz
ipxe-99de2398676d5fd9706c837c37e698a71fd31f17.tar.xz
ipxe-99de2398676d5fd9706c837c37e698a71fd31f17.zip
[http] Allow for HTTPS-only builds
Separate out the core HTTP functionality (which is shared by both HTTP and HTTPS) from the provision of the "http://" URI opener. This allows for builds that support only "https://" URIs. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/errfile.h')
-rw-r--r--src/include/ipxe/errfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h
index 03d1c7b9..7c86fdbb 100644
--- a/src/include/ipxe/errfile.h
+++ b/src/include/ipxe/errfile.h
@@ -161,7 +161,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_nullnet ( ERRFILE_NET | 0x00090000 )
#define ERRFILE_tcp ( ERRFILE_NET | 0x000a0000 )
#define ERRFILE_ftp ( ERRFILE_NET | 0x000b0000 )
-#define ERRFILE_http ( ERRFILE_NET | 0x000c0000 )
+#define ERRFILE_httpcore ( ERRFILE_NET | 0x000c0000 )
#define ERRFILE_iscsi ( ERRFILE_NET | 0x000d0000 )
#define ERRFILE_tcpip ( ERRFILE_NET | 0x000e0000 )
#define ERRFILE_udp ( ERRFILE_NET | 0x000f0000 )