]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[http] Allow for HTTPS-only builds
authorMichael Brown <mcb30@ipxe.org>
Tue, 28 Feb 2012 14:53:28 +0000 (14:53 +0000)
committerMichael Brown <mcb30@ipxe.org>
Tue, 28 Feb 2012 14:54:32 +0000 (14:54 +0000)
commit99de2398676d5fd9706c837c37e698a71fd31f17
treeee1ee9938136720f8750baf20db14a1cd34e23d5
parent05719804b9e06eabf152ccf59059fc39fd1cc08c
[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>
src/include/ipxe/errfile.h
src/net/tcp/http.c
src/net/tcp/httpcore.c [new file with mode: 0644]