mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 17:42:47 +03:00
[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>
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user